SOLUTION: Let {F(n)} = {1,1,2,3,5,8,13,21,34,55,···} be the Fibonacci sequence defined by F(1) = F(2) = 1, F(n)= F(n-1) + F(n-2) if n > 2. Show that holds for n that is greator or equa

Algebra.Com
Question 26472: Let {F(n)} = {1,1,2,3,5,8,13,21,34,55,···} be the Fibonacci sequence
defined by
F(1) = F(2) = 1, F(n)= F(n-1) + F(n-2) if n > 2.
Show that holds for n that is greator or equal to 1.
F(2) + F(4)+....+ F(2n) = F(2n+1) - 1

Answer by AnlytcPhil(1806)   (Show Source): You can put this solution on YOUR website!
Let {F(n)} = {1,1,2,3,5,8,13,21,34,55,···} be the Fibonacci sequence
defined by 
F(1) = F(2) = 1, F(n)= F(n-1) + F(n-2)  if n > 2. 
Show that holds for n that is greator or equal to 1.
F(2) + F(4)+....+ F(2n) = F(2n+1) - 1

Proof by induction:

It holds for n = 2 since F(2) + F(4) = 4 and F(2·2+1) - 1 = F(4+1) - 1 =
F(5) - 1 = 5 - 1 = 4 

Assume that it holds for some n = k ³ 2.

That is, 

F(2) + F(4) + ··· + F(2k) = F(2k+1) - 1

We need to show that under this assumption it also holds for n = k+1.

That is, we need to show that

F(2) + F(4) + ··· + F( 2(k+1) ) = F( 2(k+1)+1 ) - 1 = F(2k+3) - 1

By induction hypothesis, the left side equals to

F(2k+1)-1 + F( 2(k+1) ) = F(2k+1) + F(2k+2) - 1 which by definition

equals F(2k+3) - 1, which is what we had to prove.

QED

Edwin
AnlytcPhil@aol.com






RELATED QUESTIONS

Let (Fn)=(1,1,2,3,5,8,13,21,34,55,...) be the fibonacci sequence defined by F1=F2=1,... (answered by venugopalramana)
Let f be a function defined by f(n)=2f(n-1)+3f(n-2), where f(1)=3 and f(2) = 1.... (answered by ikleyn)
The Fibonacci sequence, is defined by F_0 = 0, F_1 = 1, and F_n = F_{n - 2} + F_{n - 1}. (answered by CPhill,greenestamps)
Let (Tn) = (1, 1, 2, 3, 5, 8, 13, 21, 34, 55, . . .) be the Fibonacci sequence defined by (answered by venugopalramana)
For an integer $n,$ let $f(n)$ be the remainder when $n^8 + n^{16}$ is divided by $5.$... (answered by greenestamps)
If a sequence is defined recursively by f(0)=2 and f(n+1)=-2f(n)+3 for n>or=0 then f(2)... (answered by greenestamps)
If a sequence is defined recursively by f(1)= -2 and f(n-1) = 3(n-1)-4, then find the... (answered by ikleyn)
f(1) = 2 and f(2) = 3, f(n) = f(1) + f(2) + f(n - 1), for n > 2. f(5) =... (answered by solver91311)
F(1)=2... (answered by ikleyn)