Sum of first n Fibonacci numbers with respect to n?

In summary, The nth Fibonacci number is defined as \frac{{(1+\sqrt{5})}^{n}-{(1-\sqrt{5})}^{n}}{{2}^{n}\sqrt{5}} and the sum of the first n Fibonacci numbers can be written as \frac{{(1+\sqrt{5})}^{n+2}-{(1-\sqrt{5})}^{n+2}}{{2}^{n+2}\sqrt{5}}-1. This can be derived from the elegant formula F_0+F_1+...+F_n=F_{n+2}-1, using the correct formula for F_{n+2}.
  • #1
dimension10
371
0
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.
 
Physics news on Phys.org
  • #2
Hi dimension10! :smile:

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
 
  • #3
Isn't it just an obvious application of

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

definition?
 
  • #4
micromass said:
Hi dimension10! :smile:

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]

micromass said:
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.
 
  • #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]
 

1. What is the formula for finding the sum of the first n Fibonacci numbers?

The formula for finding the sum of the first n Fibonacci numbers is (F(n+2) - 1), where F(n) is the nth Fibonacci number.

2. How do you calculate the sum of the first n Fibonacci numbers?

To calculate the sum of the first n Fibonacci numbers, you can use the formula (F(n+2) - 1), where F(n) is the nth Fibonacci number. Alternatively, you can also use a loop to add each Fibonacci number from 1 to n.

3. What is the significance of the sum of the first n Fibonacci numbers?

The sum of the first n Fibonacci numbers is significant because it can help in understanding the growth pattern of the Fibonacci sequence. It can also be used in various mathematical applications and problems.

4. Can you find the sum of the first n Fibonacci numbers if n is a large number?

Yes, the formula (F(n+2) - 1) can be used to find the sum of the first n Fibonacci numbers even if n is a large number. However, for very large values of n, it may be more efficient to use a loop or a more optimized algorithm.

5. What happens if n is equal to 0 or a negative number in the sum of the first n Fibonacci numbers?

If n is equal to 0 or a negative number, the sum of the first n Fibonacci numbers will be 0. This is because the formula (F(n+2) - 1) will result in a negative or 0 value for these inputs.

Similar threads

Replies
2
Views
711
  • Linear and Abstract Algebra
Replies
2
Views
993
  • Linear and Abstract Algebra
Replies
11
Views
1K
  • Linear and Abstract Algebra
2
Replies
41
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
11
Views
1K
  • Linear and Abstract Algebra
Replies
14
Views
3K
Replies
1
Views
933
  • General Math
Replies
4
Views
2K
  • Linear and Abstract Algebra
Replies
8
Views
2K
  • Linear and Abstract Algebra
Replies
8
Views
893
Back
Top