New Reply

Sum of first n Fibonacci numbers with respect to n?

 
Share Thread Thread Tools
Jun23-11, 09:07 AM   #1
 

Sum of first n Fibonacci numbers with respect to n?


I know that the nth Fibonacci number is defined as:

[tex]\frac{{1+\sqrt{5}}^{n}-{1-\sqrt{5}}^{n}}{{2}^{n}\sqrt{5}}[/tex]

But may I know the formula for the sum of the first n Fibonacci numbers with respect to n? Thanks.
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Jun23-11, 09:31 AM   #2
 
Blog Entries: 8
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Hi dimension10!

That formula you give can't possibly be correct, since it evaluates to 0... Did you forget to add some brackets?

Anyway, the most elegant formula for the sum of the first n Fibonacci numbers is

[tex]F_0+F_1+...+F_n=F_{n+2}-1[/tex]

Using the (correct) formula for [itex]F_{n+2}[/itex] gives you the desired formula.

Check http://en.wikipedia.org/wiki/Fibonacci_number
 
Jun23-11, 09:49 AM   #3
 
Admin
Isn't it just an obvious application of

[tex]F_n = F_{n-1} + F_{n-2}[/tex]

definition?
 
Jun23-11, 07:25 PM   #4
 

Sum of first n Fibonacci numbers with respect to n?


Quote by micromass View Post
Hi dimension10!

That formula you give can't possibly be correct, since it evaluates to 0... Did you forget to add some brackets?
Yes.I meant
[tex]\frac{{(1+\sqrt{5})}^{n}-{(1-\sqrt{5})}^{n}}{{2}^{n}\sqrt{5}}[/tex]

Quote by micromass View Post
Anyway, the most elegant formula for the sum of the first n Fibonacci numbers is

[tex]F_0+F_1+...+F_n=F_{n+2}-1[/tex]

Using the (correct) formula for [itex]F_{n+2}[/itex] gives you the desired formula.

Check http://en.wikipedia.org/wiki/Fibonacci_number
Thanks.
 
Jun23-11, 07:35 PM   #5
 
So we could write it as:

[tex]\frac{{(1+\sqrt{5})}^{n+2}-{(1-\sqrt{5})}^{n+2}}{{2}^{n+2}\sqrt{5}}-1[/tex]
 
New Reply
Thread Tools


Similar Threads for: Sum of first n Fibonacci numbers with respect to n?
Thread Forum Replies
Lucas Numbers/ Fibonacci Numbers Proof Calculus & Beyond Homework 3
Fibonacci Numbers Calculus & Beyond Homework 0
Fibonacci Numbers Calculus & Beyond Homework 1
Where Fibonacci numbers surpass prime numbers Linear & Abstract Algebra 4