Let a n be a recursive function satisfying a n = a n − 1 + 2 n − 1 for all positive integers n , and a 0 = 0 . What is the value of n = 1 ∑ 1 0 0 a n ?
Try Part II
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.
A rigorous approach Let s be sum up to n terms s = a 0 + a 1 + a 2 . . . . . . . . . . . . . . . . a n ( 1 ) s = 0 + a 0 + a 1 + a 2 . . . . . . . . . . . . . . . . a n ( 2 ) ( 1 ) − ( 2 ) 0 = a 0 − a n + ∑ i = 1 n ( 2 n − 1 ) a n = 2 2 n ( n + 1 ) − n = n 2
The first few a n show that a n = n 2 , let us prove it by induction if it is true for all n > 0 .
a n + 1 = a n + 2 ( n + 1 ) − 1 = n 2 + 2 n + 1 = ( n + 1 ) 2
The claim is also true for n + 1 .
We have, by induction, the claim a n = n 2 is true for all n > 0 . Therefore,
n = 1 ∑ 1 0 0 a n = n = 1 ∑ 1 0 0 a 2 = 6 1 0 0 ( 1 0 1 ) ( 2 0 1 = 3 3 8 3 5 0
Take summation on both sides of given recurrence relation .
Then a n − a 0 = n 2 .
Therefore a n = n 2 .
Now again taking summation on both sides from n=1 to 100,
We get S r e q = ( 1 0 0 × 1 0 1 × 2 0 1 ) / 6 .
Problem Loading...
Note Loading...
Set Loading...
The difference between the n th perfect square and the n − 1 th perfect square is always the n th (positive) odd number. Note that the 2 n − 1 in the equation represents that odd number and a n − 1 is the previous perfect square (starting from a 0 = 0 ). So, a n = n 2 ; the question is just asking us for the sum of the first 100 perfect squares , which is 6 ( 1 0 0 ) ( 1 0 0 + 1 ) ( 2 ⋅ 1 0 0 + 1 ) = 3 3 8 3 5 0