The Fibonacci sequence ( F n ) is defined as F 0 = 1 , F 1 = 1 , F n = F n − 1 + F n − 2 for n ≥ 2 .
A Brilliant user asks his fellow math lovers to determine whether the equation k = 0 ∑ n ( n k ) F k = F 2 n ( ⋆ ) is true for all integers n ≥ 0 .
However, this Brilliant user is confused and accidentally defines the Fibonacci sequence alternatively as F 0 ′ = 1 , F 1 ′ = 2 , F n ′ = F n − 1 ′ + F n − 2 ′ for n ≥ 2 .
Is equation ( ⋆ ) true for the original definition of F n , or for the new definition F n ′ ?
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.
Problem Loading...
Note Loading...
Set Loading...
In general, if F n = F n − 1 + F n − 2 , then F n can be written as F n = A 1 ϕ 1 n + A 2 ϕ 2 n , where ϕ 1 , 2 are solutions of ϕ 2 = ϕ + 1 .
Thus F 2 n = A 1 ϕ 1 2 n + A 2 ϕ 2 2 n = A 1 ( ϕ 1 2 ) n + A 2 ( ϕ 2 2 ) n = A 1 ( ϕ 1 + 1 ) n + A 2 ( ϕ 2 + 1 ) n = A 1 k = 0 ∑ n ( n k ) ϕ 1 k + A 2 k = 0 ∑ n ( n k ) ϕ 2 k = k = 0 ∑ n ( n k ) ( A 1 ϕ 1 k + A 2 ϕ 2 k ) = k = 0 ∑ n ( n k ) F k .
Thus the equation is true for any sequence defined be recursion F n = F n − 1 + F n − 2 , independent on the value of F 0 or F 1 ; specifically it is true for both .