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.