Fibonacci Calculator — nth Term & Sequence
Quick answer: Enter n to find the nth Fibonacci number and see the full sequence.
Find the nth Fibonacci number and display the full sequence up to that term. Also shows the golden ratio approximation (φ ≈ 1.618), which the Fibonacci sequence converges toward. The Fibonacci sequence starts 0, 1, 1, 2, 3, 5, 8, 13...
Advertisement
Last reviewed: April 2026Report an error
F(10)
55
The 10th Fibonacci number is 55. Golden ratio approximation: φ ≈ 1.61764706.
Sequence (first 15 terms)
01123581321345589144233377
Advertisement
How to Use This Fibonacci Calculator
- 1Enter n (0 through 70).
- 2Read F(n) — the nth Fibonacci number.
- 3See the sequence and golden ratio approximation.
Frequently Asked Questions
- F(0)=0, F(1)=1, F(n)=F(n−1)+F(n−2). Each number is the sum of the previous two: 0,1,1,2,3,5,8,13,21,34,55...
- φ = (1+√5)/2 ≈ 1.6180339887. As n→∞, F(n)/F(n−1) → φ. The golden ratio appears in art, architecture, and nature (spirals, branching).
- F(10) = 55. The sequence: 0,1,1,2,3,5,8,13,21,34,55.
- Yes — Binet's formula: F(n) = (φⁿ − ψⁿ)/√5, where φ=(1+√5)/2 and ψ=(1−√5)/2. For large n, the ψⁿ term is tiny so F(n) ≈ φⁿ/√5.
- Flower petals (usually Fibonacci numbers), sunflower seed spirals, pine cone scales, nautilus shell proportions, and tree branch patterns.
Advertisement
Related Calculators
</> Embed this calculator on your website
<iframe src="https://calqpro.com/calculators/fibonacci-calculator" width="100%" height="600" frameborder="0" title="Calqpro Calculator" loading="lazy"></iframe> <p>Powered by <a href="https://calqpro.com">Calqpro</a></p>
Advertisement