What is the sum of the first positive one thousand triangular numbers?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The triangle number sequence follows as ( 1 + 2 + . . . + n ) for the n t h number. So, for the triangular numbers upto 1000, there will be 1000 1's, 999 2's .... 2 999's and 1 1000.
i = 1 ∑ 1 0 0 0 ( 1 0 0 1 − n ) ( n ) i = 1 ∑ 1 0 0 0 ( 1 0 0 1 n ) − i = 1 ∑ 1 0 0 0 ( n 2 ) 1 0 0 1 × 2 ( 1 0 0 0 ) ( 1 0 0 1 ) − 2 1 0 0 0 ( 1 0 0 1 ) ( 2 0 0 1 ) 1 6 7 1 6 7 0 0 0