Let L(x) be a sequence, such that L(1)=1, L(2)=3, and L(n+2) = L(n+1) + L(n). Which of the following equals L(α)? ( nearℤ is nearest integer function)
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.
One method is by doing induction on L(n) by assuming it is verified and true for L(n-1) and L(n-2), second method is by observation method from Fibonacci, i.e, establish a formula between two terms of L(n) and some terms of F(n), and other methods if possible, will be appreciated by me, as I am looking for easier solutions. I did not post detailed solutions because by not giving total solutions, the solver's curiosity is provoken and hence is not boring compared to detailed solutions.