The Fibonacci sequence: definition and first terms
The Fibonacci sequence is defined by the recurrence F(n) = F(n−1) + F(n−2), starting from F(0) = 0 and F(1) = 1: each term after the first two is the sum of the two terms immediately before it. The sequence begins 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, ... and continues indefinitely, growing larger at an accelerating rate.
The sequence is named after Leonardo of Pisa, known as Fibonacci, who introduced it to Western European mathematics in his 1202 book Liber Abaci through a problem about the growth of a rabbit population, though the sequence itself had appeared earlier in Indian mathematics in the context of counting rhythmic patterns.
The ratio of consecutive terms converges to the golden ratio
Dividing each Fibonacci number by the one before it produces a ratio that settles down toward a fixed value as the sequence progresses, rather than continuing to change indefinitely. That fixed value is the golden ratio, φ = (1 + √5) / 2 ≈ 1.6180339887, an irrational number that also satisfies the algebraic property φ² = φ + 1.
The table below shows this convergence numerically using consecutive terms from the Fibonacci sequence: the ratio oscillates above and below φ but the gap shrinks steadily as n increases, so that by the 15th term the ratio already matches φ to four decimal places.
| Fibonacci terms (Fₙ / Fₙ₋₁) | Ratio | Golden ratio φ |
|---|---|---|
| 89 / 55 | 1.618182 | 1.618034 |
| 144 / 89 | 1.617978 | 1.618034 |
| 233 / 144 | 1.618056 | 1.618034 |
| 377 / 233 | 1.618026 | 1.618034 |
| 610 / 377 | 1.618037 | 1.618034 |
Binet's formula: a closed form for any Fibonacci number
Binet's formula gives the nth Fibonacci number directly, without needing to compute every preceding term: F(n) = (φⁿ − ψⁿ) / √5, where φ = (1 + √5)/2 is the golden ratio and ψ = (1 − √5)/2 is its conjugate (≈ −0.6180339887). Because |ψ| is less than 1, the ψⁿ term shrinks toward zero as n grows, so F(n) is very closely approximated by simply φⁿ / √5 rounded to the nearest whole number for larger n.
Applying Binet's formula for n = 10 gives F(10) = (φ¹⁰ − ψ¹⁰) / √5 = 55, matching the direct recurrence calculation exactly; for n = 20, the formula gives F(20) = 6,765, again matching the direct calculation. This confirms Binet's formula as an exact, verified alternative to the term-by-term recurrence, not merely an approximation.
What phyllotaxis research genuinely shows about Fibonacci numbers in nature
Phyllotaxis, the study of how leaves, seeds, and other plant structures are arranged, is the area where Fibonacci numbers have the strongest documented connection to biology. Many plants — sunflower seed heads, pinecone scales, pineapple segments — display two families of spirals running in opposite directions, and the number of spirals in each family is frequently a pair of consecutive Fibonacci numbers, such as 34 and 55, or 55 and 89.
This pattern is not coincidental folklore: physical and mathematical models of how new plant structures (primordia) are packed as they grow outward from a central point, developed and tested experimentally by researchers including Douady and Couder, show that packing new elements at a divergence angle related to the golden ratio (approximately 137.5°) reliably produces spiral counts that are consecutive Fibonacci numbers as an emergent outcome of the packing geometry, not because the plant is somehow calculating the sequence. This makes phyllotaxis one of the few areas where a specific, well-documented mechanism links Fibonacci numbers to a real biological structure.
Popular golden-ratio claims that are not well supported
Outside phyllotaxis, many widely repeated claims that the golden ratio governs the proportions of the Parthenon, the Great Pyramid, Leonardo da Vinci's Vitruvian Man, or the ideal human face have been directly challenged by mathematicians and historians who examined the specific measurements involved. Mathematician George Markowsky's 1992 paper "Misconceptions about the Golden Ratio," published in The College Mathematics Journal, and mathematician Keith Devlin's essay "The Myth That Will Not Go Away" both document that many of these claims rely on selectively chosen measurement points, rounding, or dimensions that were never intended by the original architects or artists to reflect φ at all.
A similar caution applies to claims that the nautilus shell's spiral is a precise "golden spiral" (a logarithmic spiral with growth factor φ) — the nautilus shell is a logarithmic spiral, but measurements of real shells show its growth ratio varies and is not reliably or precisely φ — and to "Fibonacci retracement" levels used in some technical stock-market analysis, which apply Fibonacci-derived percentages to price charts without an established causal mechanism linking market price movements to the mathematical sequence. The genuinely documented Fibonacci connections (the ratio's exact convergence, Binet's formula, and phyllotaxis spiral counts) are mathematically and empirically solid; the popularized claims about art, architecture, anatomy, and markets generally are not, and should be treated with the same skepticism as any unverified pattern-matching claim.
Domande frequenti
What is the Fibonacci sequence?
The Fibonacci sequence is a list of numbers starting 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, ..., where each term after the first two equals the sum of the two terms immediately before it: F(n) = F(n−1) + F(n−2). It was introduced to Western European mathematics by Leonardo of Pisa (Fibonacci) in his 1202 book Liber Abaci.
What is the golden ratio and how does it relate to Fibonacci numbers?
The golden ratio, φ = (1 + √5) / 2 ≈ 1.6180339887, is the value that the ratio of consecutive Fibonacci numbers converges toward as the sequence progresses. For example, 610 / 377 ≈ 1.618037, already very close to φ. The two are connected exactly, not approximately, through Binet's formula, which expresses every Fibonacci number in terms of φ directly.
What is Binet's formula?
Binet's formula is a closed-form expression for the nth Fibonacci number without needing to compute every preceding term: F(n) = (φⁿ − ψⁿ) / √5, where φ = (1 + √5)/2 and ψ = (1 − √5)/2. It gives exact results — for example, F(10) = 55 and F(20) = 6,765, both matching direct calculation from the recurrence.
Is it true that sunflowers and pinecones follow the Fibonacci sequence?
Largely yes, and this is one of the better-documented natural connections to Fibonacci numbers. Many sunflower seed heads, pinecones, and pineapples display two opposing spiral families whose counts are typically consecutive Fibonacci numbers, a pattern that mathematical and physical models of plant growth (phyllotaxis), including work by Douady and Couder, show emerges from how new plant structures pack efficiently as they grow outward at a golden-ratio-related angle.
Is the golden ratio really found in the Parthenon and the human body?
The evidence for these specific claims is weak. Mathematicians and historians, including George Markowsky in his 1992 paper 'Misconceptions about the Golden Ratio,' have shown that many popular claims about the golden ratio in the Parthenon, human body proportions, and famous artworks rely on selective measurements or rounding rather than a documented, intentional use of φ, and should be treated as unverified rather than established fact.
Fonti
- Weisstein EW. "Fibonacci Number" and "Golden Ratio." MathWorld — A Wolfram Web Resource. mathworld.wolfram.com.
- Livio M. The Golden Ratio: The Story of Phi, the World's Most Astonishing Number. Broadway Books, 2002.
- Markowsky G. "Misconceptions about the Golden Ratio." The College Mathematics Journal, 1992;23(1):2-19.
- Jean RV. Phyllotaxis: A Systemic Study in Plant Morphogenesis. Cambridge University Press, 1994.
- Devlin K. "The Myth That Will Not Go Away." Devlin's Angle, Mathematical Association of America, May 2007.