|
The Fibonacci Sequence is a sequence of numbers named by Leonardo of Pisa. It is a sequence of numbers defined by a recurrence relation that is, after two starting values, each number is the sum of the two preceding numbers 0,1,1,2,3,5,8,13,21... When the numbers are arranged in tile form, the below diagram is created.
|