Fibonacci number
integer in the infinite Fibonacci sequence From Wikipedia, the free encyclopedia
Remove ads
The Fibonacci numbers are a sequence of numbers in mathematics named after Leonardo of Pisa, known as Fibonacci. Fibonacci wrote a book in 1202, called Liber Abaci ("Book of Calculation"), which introduced the number pattern to Western European mathematics, although mathematicians in India already knew about it.[1][2]

The first number of the pattern is 0, the second number is 1, and each number after that is equal to adding the two numbers right before it together. For example 0+1=1 and 3+5=8. This sequence goes on forever.
- F0 - F1 - F2 - F3 - F4 - F5 - F6 - F7 - F8 - F9 - F10 - F11 - F12 - F13 - F14 - F15 - F16 - F17 - F18 - F19 - F20 - 0 - 1 - 1 - 2 - 3 - 5 - 8 - 13 - 21 - 34 - 55 - 89 - 144 - 233 - 377 - 610 - 987 - 1597 - 2584 - 4181 - 6765 
This can be written as a recurrence relation,
For this to make sense, at least two starting points need to be given. Here, and .
Remove ads
Fibonacci numbers in nature

Fibonacci numbers are related to the golden ratio, which shows up in many places in buildings and in nature.[3] Some examples are the pattern of leaves on a stem, the parts of a pineapple,[4] the flowering of artichoke, the uncurling of a fern and the arrangement of a pine cone.[5] The Fibonacci numbers are also found in the family tree of honeybees.[6][7]
Remove ads
Binet's Formula
The nth Fibonacci number can be written in terms of the golden ratio. This avoids having to use recursion to calculate Fibonacci numbers, which can take a computer a long time to do.
Where , the golden ratio.
Remove ads
References
Other websites
Wikiwand - on
Seamless Wikipedia browsing. On steroids.
Remove ads
