Find the sum of the following series to n terms: $1+(1+2)+(1+2+3)+(1+2+3+4)+...$
Reveal answer
Fill a bubble to check yourself
Find the sum of the following series to n terms: $1+(1+2)+(1+2+3)+(1+2+3+4)+...$
None of these
The n-th term of the series is the sum of the first n integers, which is n(n+1)/2. The sum of the series is the sum of n(n+1)/2 from 1 to n, which simplifies to n(n+1)(n+2)/6.
The k-th term of the series is the sum of the first k natural numbers, which is given by the formula k(k+1)/2. To find the sum to n terms, we evaluate the summation of k^2/2 + k/2 from k=1 to n. This results in 1/2 [n(n+1)(2n+1)/6] + 1/2 [n(n+1)/2], which simplifies to n(n+1)/4 [(2n+1)/3 + 1]. Combining the terms inside the brackets gives (2n+4)/3, making the entire expression n(n+1)(n+2)/6.