[This page is auto-generated; please prefer to read the article’s PDF Form.]
Below we will start with the recurrence definition (1) of Fn and repeatedly expand the higher index fibonacci number present. Assume n to be large enough to allow some iterations.
|
Interestingly, the multipliers of the fibonacci numbers are forming below sequence from one step to the next:
|
where both terms in the pairs are forming a part of the fibonacci sequence. So, we can write:
| (4) |
Note that for k = n − 2, we are back to the original recurrence definition of Fn:
|
While the recurrence definition of Fn in (1) relates it only to the two preceding fibonacci numbers (Fn−2,Fn−1), the equation (4) relates it to other lower indices fibonacci numbers and will be very useful in finding other relations about fibonacci numbers.
Example: for n = 10 and k = 6, F10 = 55 = F6F3 + F7F4 = 8 ⋅ 2 + 13 ⋅ 3
Copyright © 2020 Nitin Verma. All rights reserved.