I have the following problem
Let $n$ be a natural number. What is the sum of $1+2+3+...+(n-1)+n$
I'm not 100% certain what would be a correct way of calculating it. What I've done so far is look at the first and second first and last term. $1+n$ and $2+(n-1)$.
So I have $2n-1+2+3+...$. So that means the sum is $∞$