Lecture 2. The Fibonacci Sequence
Lecture 2. The Fibonacci Sequence
Now, since phi = , we can remove the fraction in the numerator
and write it in terms of square root of 5.
Then:
That is:
Fib(n) =
=8
or:
n log Phi – (log 5)/2
Example: How many digits has Fib (9)?
Solution:
More of Fibonacci Numbers
n = ... -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 …
xn = ... -8 5 -3 2 -1 1 0 1 1 2 3 5 8 …
The sequence below zero has the same numbers as the sequence
above zero, except they follow a +-+- ... pattern. It can be written
like this:
x−n = (−1)n+1 xn
12 = 1 32 = 9 132 = 169
12 = 1 52 = 25 212 = 441
22 = 4 82 = 64 342 = 1156
1.Fib (12)
2.Fib (21)
3.Fib (34)
4.Fib (80)
5.Fib (95)
More Exercises
Let Fib (1) = 1, Fib (2) = 1, and Fib (3) = 2, and so on. Find the
following: