Large Fibonacci Numbers Part 2

Given that the 40th Fibonacci number is F 40 = 102334155 F_{40} = 102334155 .

What is the value of F 1 + F 3 + F 5 + F 7 + + F 39 F_1 + F_3 + F_5 + F_7 + \ldots + F_{39} ?


The answer is 102334155.

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.

4 solutions

Ramiel To-ong
Sep 19, 2015

amazing part of mathematics.

Otto Bretscher
Apr 29, 2015

We will show, by induction on n n , that F 2 n = k = 1 n F 2 k 1 F_{2n}=\sum_{k=1}^nF_{2k-1} .

For n = 1 n=1 we have F 2 = F 1 = 1 F_2=F_1=1 .

Now F 2 ( n + 1 ) = F 2 n + 1 + F 2 n = F 2 n + 1 + k = 1 n F 2 k 1 = k = 1 n + 1 F 2 k 1 F_{2(n+1)}=F_{2n+1}+F_{2n}=F_{2n+1}+\sum_{k=1}^nF_{2k-1}=\sum_{k=1}^{n+1}F_{2k-1} .

For n = 20 n=20 we have k = 1 20 F 2 k 1 = F 40 = 102334155 \sum_{k=1}^{20}F_{2k-1}=F_{40}=\boxed{102334155} .

Rakesh M
Apr 21, 2015

In Fibonacci sequence, F n + 2 = F n + 1 + F n F_{n+2}=F_{n+1}+F_{n}

Therefore we can write F 40 = F 39 + F 38 F_{40}=F_{39}+F_{38}

F 38 = F 37 + F 36 F_{38}=F_{37}+F_{36}

F 36 = F 35 + F 34 . . . . . . . . . . . . . . . . . F_{36}=F_{35}+F_{34} .................

proceeding this way, and expanding all even terms, only the odd terms remain.

Therefore, F 40 = F 39 + F 37 + F 35 + . . . . . . + F 1 . F_{40}=F_{39}+F_{37}+F_{35}+ ...... +F_{1}.

Hence we get the sum given to be equal to F 40 . F_{40}.

Roger Erisman
Apr 20, 2015

Notice F1+F3 = F4, F1 + F3 + F5 =F6 therefore conclude F1 + F3 + ...+F39 = F40

This is not a solid proof. You have only shown that it's true for the first two equations.

Chung Kevin - 6 years, 1 month ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...