(xn+1
+ x-(n+1)) = (xn + x-n)(x + x-1) –
(xn-1 + x-(n-1)),
so writing fn = xn + x-n gives: fn+1
= fn*f1 - fn-1 (1)
x2 + x + 1 = 0 => x(x + x-1)
= -x and, since x = 0 is
not a solution, we can divide by x to obtain
f1 = -1,
then (1) becomes: fn+1 = -(fn
+ fn-1).
From the definition, f0 = 2, so this Fibonacci-like
recurrence equation can be used to give
f0, f1, …….. = 2, -1, -1, 2, -1, -1, 2, -1, -1, 2……
and the required Sum1 to 9(fn2) is:
1 + 1 + 4 + 1 + 1 + 4 + 1 + 1 + 4 = 18
|
Posted by Harry
on 2015-01-15 08:20:20 |