Skip to content
Allin

Fibonacci and the Golden Ratio

Published 3/13/2026 · 4 min read · Everyday calculators

Lena Hoffmann

Lena HoffmannScience & education writer at Allin

Mathematics · Physics

Checked against 2 sources

View profile
In short

The Fibonacci sequence starts 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, … where each term is the sum of the two before it. As you go further along, the ratio of a term to the one before it settles onto the golden ratio φ = (1 + √5) / 2 ≈ 1.618. For example 34 ÷ 21 ≈ 1.619 and 55 ÷ 34 ≈ 1.618. The golden ratio is the unique number satisfying φ² = φ + 1, and the same self-similar proportion shows up in geometry, art, and the branching and spiral patterns of some plants.

The Fibonacci sequence adds each pair of terms to make the next; the ratio of neighboring terms homes in on the golden ratio φ ≈ 1.618. See how, and where the pattern turns up.

How the sequence is built

The rule is as simple as arithmetic gets: start with 0 and 1, then each new term is the sum of the previous two. So 0 + 1 = 1, 1 + 1 = 2, 1 + 2 = 3, 2 + 3 = 5, and on it goes: 8, 13, 21, 34, 55, 89, 144. Written formally, F(n) = F(n−1) + F(n−2), with F(0) = 0 and F(1) = 1.

Fibonacci introduced the sequence to Europe in 1202 through a puzzle about breeding rabbits, but the pattern had been known earlier in Indian mathematics. What makes it more than a curiosity is that this bare additive rule quietly encodes the golden ratio, which only becomes visible once you start dividing neighboring terms.

Where the golden ratio comes from

Divide each Fibonacci term by the one before it and watch the results: 2/1 = 2, 3/2 = 1.5, 5/3 ≈ 1.667, 8/5 = 1.6, 13/8 = 1.625, 21/13 ≈ 1.615. The values swing above and below a target and close in on it. That target is the golden ratio φ = (1 + √5) / 2 ≈ 1.618, an irrational number the ratios approach but never exactly reach.

The reason is a short piece of algebra. If the ratio of consecutive terms settles to a value φ, then dividing F(n) = F(n−1) + F(n−2) through by F(n−1) gives φ = 1 + 1/φ, which rearranges to φ² = φ + 1. Solving that quadratic yields φ = (1 + √5) / 2. The same equation is why φ has its famous self-referential property: its square is just itself plus one.

Where the pattern actually appears

Some appearances are genuine. Many plants arrange leaves, seeds, or petals in counts drawn from the sequence — sunflower heads, for instance, commonly show 34 and 55 interlocking spirals — because packing new growth at an angle related to φ spreads it out most evenly. This is well-documented botany, not numerology.

Other claims are overstated. The idea that the golden ratio governs the proportions of classical architecture, famous paintings, or the human body is mostly retrofitted — a ratio near 1.6 is easy to find by chance if you choose your measurements freely. Enjoy φ for the real, provable mathematics of the sequence, and treat the aesthetic legends with a healthy dose of skepticism.

Fibonacci calculatorFind the nth number in the Fibonacci sequence.Try the tool

Frequently asked questions

What are the first ten Fibonacci numbers?
Starting from 0, they are 0, 1, 1, 2, 3, 5, 8, 13, 21, 34. Each is the sum of the two before it, and the sequence continues 55, 89, 144, and so on without end.
What is the exact value of the golden ratio?
It is φ = (1 + √5) / 2, which is about 1.6180339887. It is irrational, so its decimal expansion never ends or repeats; the fraction form is exact.
Why does the ratio of terms approach φ?
If the ratio settles to some value φ, the additive rule forces φ = 1 + 1/φ, i.e. φ² = φ + 1. The positive solution of that equation is exactly (1 + √5) / 2, so that is the limit the ratios converge to.
Is the golden ratio really everywhere in art and nature?
In some plants the spiral and leaf counts really do track Fibonacci numbers, for solid packing reasons. Many art and architecture claims, however, are added after the fact — a ratio near 1.6 is easy to find by choosing measurements to suit.

Articles you may find interesting

All guides

Related tools

Sources

Spotted a mistake in this article?