2

Sum of consecutive values can be found easily. But I can't figure it out how to find the closed form of the following arithmetic series? Can anybody explain it elaborately?

$ S = (1) + (1+2) + (1+2+3) + (1+2+3+4) + \dots + (1+2+3+\dots+n) $.

Thanks in Advance.

1 Answers1

2

Hints

  • We have $1+2+\cdots+n=\frac{n(n+1)}{2}$
  • And your $S=\frac{1(1+1)}{2}+\frac{2(2+1)}{2}+\cdots+\frac{n(n+1)}{2}$ you can prove by induction :$$S=\frac{n(n+1)(n+2)}{6}$$
Cookie
  • 13,532
Elaqqad
  • 13,725