Slide 19
Slide 19 text
Fibonacci Chains
Fibonacci sequence
The sequence, {Fn}, of Fibonacci numbers is defined by the
recurrence relation Fn = Fn−1 + Fn−2
, where F1 = 1 and F2 = 1.
1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, . . .
Proposition
Any two consecutive Fibonacci numbers in the Fibonacci
sequence are relatively prime.
Theorem
Fibonacci Chains, denoted Cn
F
, are prime for all n ∈ N where n is
the number of cycles that make up the Fibonacci chain.