Series

Level pending

Find the 2015th term of the series 1, 2, 6, 15, 31, 56, ... and then enter the answer modulo 1000.


The answer is 16.

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.

1 solution

Rajen Kapur
Feb 18, 2015

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

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...