In the sequence 6,14,8,-6..... every term after the second is the difference of the previous two terms in reverse order. Find the sum of first 2010 terms
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.
Let's take a i a number from the sequence
We have a 1 = 6 and a 2 = 14 and a i = a i − 1 - a i − 2 ( for i > 1)
Notice that ∑ i = 1 6 a i = 0 and 2010 ≡ 0 [6]
So ∑ i = 1 2 0 1 0 a i = 0
Explanation :
a 3 = a 2 - a 1
a 4 = a 3 - a 2 = ( a 2 - a 1 ) - a 2 = - a 1
a 5 = a 4 - a 3 = - a 1 - ( a 2 - a 1 ) = - a 2
a 6 = a 5 - a 4 = - a 2 - (- a 1 ) = - a 2 + a 1 = -( a 2 - a 1 )= - a 3
==> ∑ i = 1 6 a i = 0