a i = 2 a i − 1 − a i − 2 + 2
Define the sequence ( a n ) with intial terms a 0 = 0 , a 1 = 1 , satisfying the recurrence relations above for all i ≥ 2 . Determine the value of a 1 0 0 0 .
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.
Did it with a similar approach..
Log in to reply
Can you add your solution?
A very similar point (that maybe it is the same of you, Rishabh) of view could be the following.
1) Every positive square satisfy the formula (it is basically the induction step of Chew-Seong) 2 ( k − 1 ) 2 − ( k − 2 ) 2 + 2 = 2 k 2 + 2 − 4 k − k 2 + 4 k − 4 + 2 = k 2
2) Since a 0 and a 1 are consecutive squares then the sequence must go on with squares
It "surprises" me that actually the sequence works for k ≥ 0 , and maybe it would be nice to see what happens if one tries to start with non consecutive squares or something like that
Problem Loading...
Note Loading...
Set Loading...
We claim that a k = k 2 for all k and prove it by induction.
1) When k = 0 , a 0 = 0 2 = 0 and when k = 1 , a 1 = 1 2 = 1 . Therefore, the claim is true for the two initial k .
2) Assuming that a k = k 2 is true for k ≥ 2 , then we have:
a k ⇒ a k + 1 = 2 a k − 1 − a k − 2 + 2 = 2 a k − a k − 1 + 2 = 2 k 2 − ( k − 1 ) 2 + 2 = 2 k 2 − ( k 2 − 2 k + 1 ) + 2 = k 2 + 2 k + 1 = ( k + 1 ) 2
The claim is also true for k + 1 , therefore the claim is true for all k .
Therefore, a 1 0 0 0 = 1 0 0 0 2 = 1 0 0 0 0 0 0