Fibonacci number
An entry describing the Fibonacci numbers: definition, basic properties, history, examples in nature and mathematics, and common applications.
Overview
The Fibonacci numbers form an infinite sequence of integers that begins with two prescribed starting values and continues by adding the two previous terms to get the next. The most common convention sets the first two values as 0 and 1, producing the list 0, 1, 1, 2, 3, 5, 8, 13, … Each term is named a Fibonacci number and the list plays a recurrent role across mathematical topics and in many real-world patterns.
Image gallery
5 ImagesDefinition and basic properties
The sequence is defined by the recurrence relation F_n = F_{n-1} + F_{n-2} for integer n greater than the chosen starting index. With the widely used starting values F_0 = 0 and F_1 = 1, the recurrence yields the standard sequence. Some sources index the sequence from 1, taking F_1 = 1 and F_2 = 1; both conventions are common and differ only by an index shift. The ratio of consecutive Fibonacci numbers F_{n+1}/F_n converges to the golden ratio (approximately 1.618), a constant that appears in geometry and aesthetics.
History and origin
The sequence is named after Leonardo of Pisa (Fibonacci), who described it in his 1202 work Liber Abaci, which introduced Hindu–Arabic numerals and certain computational problems to Western Europe. However, versions of the sequence and related combinatorial identities were known earlier in Indian mathematics. Over centuries the sequence has been studied for its arithmetic properties, combinatorial interpretations, and relationships to continued fractions and algebraic identities.
Examples, interpretations and occurrences
Fibonacci numbers appear in a variety of counting problems and natural arrangements. Classic textbook interpretations include the model of rabbit population growth and tilings of a strip with squares and dominoes, where the number of ways to tile a length-n strip equals a Fibonacci number. In nature, leaf arrangements, branching patterns, and spirals of seeds and shells often show counts or ratios related to Fibonacci numbers or the golden ratio, though patterns in biology are shaped by growth constraints as well as mathematics.
- Combinatorial: counts of certain binary strings, tilings, and lattice paths.
- Algebraic: closed-form expression using the golden ratio (Binet's formula) gives an explicit value for F_n without recursion.
- Number-theoretic: divisibility patterns and relations with Lucas numbers and binomial sums.
Applications, computation and notable facts
Fibonacci numbers are used in algorithm analysis, pseudorandom structures, and recreational mathematics. Efficient algorithms compute large Fibonacci numbers using matrix exponentiation or the fast doubling method. The sequence relates to continued fractions, to the minimal polynomial of the golden ratio, and to other integer sequences such as Lucas numbers. Extensions include generalized Fibonacci sequences where different starting values or order (sums of more than two preceding terms) are used, and negative-index Fibonacci numbers (the negafibonacci sequence) that extend the recurrence to all integers.
Further reading and distinctions
When consulting sources about the sequence, note the indexing choice (starting at F_0 or F_1) and whether closed-form formulas, limiting ratios, or combinatorial interpretations are the focus. For a general introduction and historical context see works on number sequences and medieval mathematics; for algorithmic aspects, search topics such as fast doubling and matrix exponentiation. The sequence is a basic example linking simple recurrence definitions to deep and varied mathematical phenomena.
For related entries and external resources visit general pages on mathematics and historical treatments of numeration and calculation; for origins predating the European rediscovery see studies of mathematical traditions in India.
Questions and answers
Q: What is the Fibonacci sequence?
A: The Fibonacci sequence is a pattern of numbers in mathematics named after Leonardo of Pisa, known as Fibonacci. It starts with 0 and 1, and each number after that is equal to adding the two numbers right before it together.
Q: Who introduced this number pattern to Western European mathematics?
A: 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.
Q: How can the Fibonacci sequence be written?
A: The Fibonacci sequence can be written as a recurrence relation, where F_n = F_n-1 + F_n-2 for n ≥ 2.
Q: What are the starting points for this recurrence relation?
A: For this to make sense, at least two starting points need to be given. Here, F_0 = 0 and F_1 = 1.
Q: Does the Fibonacci sequence go on forever?
A: Yes, the sequence goes on forever.
Q: Where did mathematicians first learn about this number pattern? A: Mathematicians in India were already familiar with this number pattern before it was introduced to Western Europe by Leonardo of Pisa (Fibonacci).
Related articles
Author
AlegsaOnline.com Fibonacci number Leandro Alegsa
URL: https://en.alegsaonline.com/art/34168
Sources
- math.ntnu.no : "Phyllotaxis as a Dynamical Self Organizing Process"
- doi.org : 10.1006/jtbi.1996.0026
- cs4fn.org : "Computer Science for Fun - cs4fn: Marks for the da Vinci Code: B-"
- www-history.mcs.st-andrews.ac.uk : On the Origin of the Fibonacci Sequence