Utinzo

Fibonacci Calculator

Generate the Fibonacci sequence up to any term and check if a number belongs to the sequence.

First 10 Fibonacci numbers
1, 1, 2, 3, 5, 8, 13, 21, 34, 55
F(10) = 55
Is 89 a Fibonacci number?Yes ✓
F(n)/F(n−1) ratio1.617647
Golden ratio (φ)1.618034

Did this tool work for you?

AdSense336 × 280
AdSense336 × 280

How to use this calculator

F(n) = F(n−1) + F(n−2), with F(1) = 1, F(2) = 1

Each Fibonacci number is the sum of the two preceding numbers, starting from 1, 1.

  1. 1

    Enter N to generate the first N Fibonacci numbers (up to 30).

  2. 2

    Enter a number in the check field to see if it belongs to the Fibonacci sequence.

  3. 3

    Watch the ratio F(n)/F(n−1) approach the golden ratio φ ≈ 1.618.

AdSense · 728 × 90

Frequently asked questions

What is the golden ratio?

The golden ratio φ = (1 + √5) / 2 ≈ 1.618. The ratio of consecutive Fibonacci numbers (F(n+1)/F(n)) converges to φ as n grows. The golden ratio appears in art (Parthenon proportions), nature (spiral shells, sunflower seed arrangements), and has the remarkable property that φ² = φ + 1.

Where does the Fibonacci sequence appear in nature?

The number of spiral rows in sunflower seed heads, pinecone scales, and pineapple bracts are typically consecutive Fibonacci numbers (8/13, 13/21, 21/34). Leaf arrangements (phyllotaxis) on stems follow Fibonacci numbers to maximise light exposure. Romanesco broccoli exhibits fractal Fibonacci spirals.

What is Binet's formula?

F(n) = (φⁿ − ψⁿ) / √5, where φ = (1+√5)/2 and ψ = (1−√5)/2. This closed-form formula computes any Fibonacci number directly without iteration. Since |ψ| < 1, for large n: F(n) ≈ φⁿ / √5, rounded to the nearest integer.

What is the Fibonacci sequence used for in algorithms?

Fibonacci heaps (a data structure), Fibonacci search (faster than binary search in some cases), recursive algorithm analysis (naïve recursive Fibonacci demonstrates exponential time complexity), and dynamic programming examples. Fibonacci numbers also define the worst case for Euclid's GCD algorithm.

About fibonacci calculator

The Fibonacci sequence in mathematics and nature

History of the Fibonacci sequence

Leonardo of Pisa (nicknamed Fibonacci) introduced the sequence to Western mathematics in 1202 in "Liber Abaci" through a rabbit breeding problem. However, the sequence was described centuries earlier in Indian mathematics by Virahanka (circa 700 AD) in the context of poetic meter.

Fibonacci numbers in financial markets

Fibonacci retracement levels (23.6%, 38.2%, 61.8%, 78.6%) are widely used in technical analysis. Traders draw horizontal lines at these levels between a swing high and low to identify potential support and resistance zones. While their predictive power is debated, their widespread use makes them self-fulfilling to some degree.

Fibonacci and the golden spiral

Drawing quarter-circles in consecutive Fibonacci-sized squares creates the Fibonacci spiral, which approximates the golden spiral (based on φ). This spiral appears in nautilus shells, hurricane bands, and galaxy arm shapes — though the match is often approximate rather than exact.

Fibonacci Calculator – Utinzo

Learn more from an authoritative source:

Wikipedia
Related tools

Results are estimates for informational purposes only and do not constitute professional financial, medical, legal, or technical advice. Read full disclaimer →