Let { a 0 , a 1 , a 2 … , a n } be the set of integers that satisfy k = 0 ∑ n ( k n ) a k = F n ∀ n ∈ { 1 , 2 , 3 , 4 , … } , where F n is the n th Fibonacci number ( F 1 = 1 , F 2 = 1 , F 3 = 2 , … , F n + 1 = F n + F n − 1 ) . Then we have n → ∞ lim a n a n + 1 = c a + b , where a , b , and c are integers with a > 0 and b square-free. What is a + b + c ?
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.
Why is it -(1+sqrt(5))/2 instead of (1+sqrt(5))/2 In other words, why is it negative?
Log in to reply
Because a n = ( − 1 ) n + 1 F n , and so the signs of a n alternate.
Could you provide some detail about the very first step, a n = k = 0 ∑ n ( − 1 ) n − k ( k n ) F k ? Thanks.
Log in to reply
Look up the Binomial Transform on (e.g.) Wikipedia.
Log in to reply
Ah, OK, thanks; I thought you were just referring to the binomial theorem, didn't realize this was something different.
Isn't there another series (with the corresponding limit probably divergent) beginning with a0=1 that satisfies the original sum?
Log in to reply
The Binomial Transform is an invertible process, so the sequence a n is obtained from the sequence F n uniquely.
Log in to reply
OK, but I take it then that F0 is 0, so the application of the transform presumes that a0=0. My point being there is another series that you can construct with a0=1. It doesn't really matter because it doesn't lead to a solution, but the problem should not imply that there is a unique set of integers that satisfy the original sum.
Log in to reply
@Chris Clark – F 0 is certainly 0 . You are right in that the defining equation in the question should be for n ≥ 0 , and not just for n ≥ 1 . It does not affect the answer, however. If we kept the defining equation for n ≥ 1 only, so that we could choose a 0 freely, then the correct defining equation would be k = 0 ∑ n ( k n ) a k = F n + a 0 δ n 0 n ≥ 0 and hence the Binomial Transform would tell us that a n = k = 0 ∑ n ( − 1 ) n − k ( k n ) [ F k + a 0 δ k 0 ] = ( − 1 ) n [ − F n + a 0 ] n ≥ 0 and that would still give a n a n + 1 = − F n − a 0 F n + 1 − a 0 → − 2 1 + 5 n → ∞
nerrrrrrrrrrd
I think the first statment is not rigorous enought. It may say let {a n} be the sequence... if not, you are putting only a finite number of elements in the sequence (n+1) and the sumation is taken only until this number n so that you then can't difine the sequence. Anyway, as it has been pointed out in another comment, a 0 may vary so that you can't say let {a_n} be """the""" sequence...
I don't know if I'm wrong or if someone is undertanding me but I only say that the initial statment was very confusing to me it's because I'm not very used to this kind of problems but...
Log in to reply
As discussed elsewhere, the problem should really require the identity k = 0 ∑ n ( k n ) a k = F n to be true for all integers n ≥ 0 , and not just for n ≥ 1 . If the formula holds for all n ≥ 0 , then the sequence a n is uniquely defined. If the formula only holds for n ≥ 1 , there is a degree of inexactness about the definition of the sequence a n . The lack of precision does not affect the answer to the question, but it does mean that there is not a single sequence ( a n ) with the stated properties.
Log in to reply
Let a0 be free variable,then the general term formula will be replaced by an=((-1)^n)(a0-Fn). As you have said, it does not affect the answer when n goes to ∞.
Log in to reply
@Zhao Yunchao – See my comments with Chris Clark, where I derived this formula...
I found that it was -goldenRatio, = -(1+sqrt(5))/2, but as i'm still a little dumb i choose b = -5... feel so bad to have the answer wrong putting "-4" xD
So it must be negative 2... Clever!
I learned something new today: If you multiply the rows of Pascal's triangle by the alternating Fibonacci sequence the sums are the Fibonacci sequence itself!
Problem Loading...
Note Loading...
Set Loading...
Using the Binomial transform and Binet's Formula for the Fibonacci numbers, we have a n = k = 0 ∑ n ( − 1 ) n − k ( k n ) F k = 5 ( − 1 ) n k = 0 ∑ n ( − 1 ) k ( k n ) [ ( 2 1 + 5 ) k − ( 2 1 − 5 ) k ] = 5 ( − 1 ) n [ ( 1 − 2 1 + 5 ) n − ( 1 − 2 1 − 5 ) n ] = 5 ( − 1 ) n [ ( 2 1 − 5 ) n − ( 2 1 + 5 ) n ] = ( − 1 ) n + 1 F n and so n → ∞ lim a n a n + 1 = − 2 1 + 5 so that a = 1 , b = 5 , c = − 2 , and the answer is 4 .