Math stories

Fibonacci Numbers and the Golden Ratio: Fact vs Myth

8 min read · Updated September 26, 2026 · by the SolveCalcPro editorial team

Fibonacci Numbers and the Golden Ratio: Fact vs Myth – feature image
Key takeaways
  • Each Fibonacci number is the sum of the two before it.
  • The ratio of neighbouring terms approaches the golden ratio, about 1.618.
  • Fibonacci numbers do appear in some plants, but not “everywhere”.
  • Be sceptical of claims that the golden ratio makes things beautiful.

Start with 1 and 1. Add them to get 2. Add the last two again to get 3, then 5, 8, 13, 21… This is the Fibonacci sequence, one of the most famous patterns in maths. It is also surrounded by myths, so here is what is true.

The sequence

1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, … Each term is the sum of the previous two. It is named after Leonardo of Pisa, known as Fibonacci, who described it in a book published in 1202, although the pattern was known earlier in India. Explore any sequence with the sequence calculator.

A curious pattern

The sum of the first n Fibonacci numbers is always one less than a term two steps ahead. For example, 1 + 1 + 2 + 3 + 5 = 12, and the term two steps beyond 5 is 13; 13 − 1 = 12. Every third Fibonacci number is even, and neighbouring terms are always coprime (share no factor except 1).

The golden ratio

Divide each term by the one before it: 55 ÷ 34 = 1.6176 and 6,765 ÷ 4,181 = 1.61803… The ratios settle on the golden ratio φ = (1 + √5) ÷ 2 ≈ 1.6180339887. It is the positive solution of x² = x + 1, which is why it is bound up with Fibonacci’s “add the last two” rule. You can check the arithmetic in the quadratic equation solver with a = 1, b = −1, c = −1.

Where it really shows up

Many plants show Fibonacci counts. The number of petals on some flowers is often 3, 5, 8, 13 or 21, and in many sunflowers and pine cones the seed or scale spirals number consecutive Fibonacci values such as 34 and 55. A widely accepted explanation is that packing new growth around a stem at about the golden angle (roughly 137.5°) spreads it evenly. It is a tendency, not a universal law: plenty of plants do not follow it.

Where the hype goes too far

Claims that the golden ratio is present in the Parthenon, the Mona Lisa or the human body are often based on selective measuring, and there is little evidence that people find golden-ratio proportions more beautiful than others. It is a lovely number; it is not a secret code of the universe.

Fibonacci in computing and finance

Fibonacci numbers appear in some algorithms and data structures. Some traders use “Fibonacci retracement” levels, but there is no solid evidence that they predict prices, so treat them as folklore.

Try it yourself

Generate a longer list with the sequence tool (start at 1 with a “sum of the previous two” rule) or by hand, and divide neighbouring terms with the calculator. Watching the ratios settle is the best way to believe it.

Frequently asked questions

What is the golden ratio?

The number (1 + √5)/2, approximately 1.618, where the whole is to the larger part as the larger part is to the smaller.

Is the Fibonacci sequence found in nature?

In some plants, yes, especially in spiral counts, but not universally.

How do I find any Fibonacci number quickly?

Binet’s formula gives it directly using φ, or you can add the previous two terms repeatedly.

Who discovered it?

It is named for Fibonacci, though the sequence appeared earlier in Indian mathematics.

Try the tools

Learn the method

Keep reading

Written and reviewed by the SolveCalcPro editorial team. Found an error? Tell us. See our editorial policy.