Find the 2015th term of the series 1, 2, 6, 15, 31, 56, ... and then enter the answer modulo 1000.
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.
T(n+1) = T(n) + n^2. Hence T(2015) = 1 + [2014 * 2015 ( 2*2014 + 1)/6], using the formula for summation of squares of natural numbers. It calculates to 2725088016. Ans: 16