Calculate Fibonacci Numbers
Online calculator and formulas for computing a Fibonacci number at a given index
Fibonacci Number Calculator
Fibonacci Sequence
The calculator computes the nth Fibonacci number from the famous number sequence, where each number is the sum of the two preceding ones.
Fibonacci Sequence
First 15 Fibonacci Numbers:
Golden Ratio
The ratio of consecutive Fibonacci numbers approaches the Golden Ratio φ ≈ 1.618.
The Fibonacci sequence appears frequently in nature: flower petals, pine cones, nautilus shells, and galaxy spirals.
Fibonacci Sequence Formulas

Binet's Formula
Where φ = (1+√5)/2 and ψ = (1-√5)/2
Recursive Definition
With F₀ = 0 and F₁ = 1
Examples
Calculation Examples
- F(0) = 0
- F(1) = 1
- F(6) = 8
- F(10) = 55
- F(20) = 6765
Applications
Fibonacci numbers are used in computer science, stock market analysis, architecture, and art.
Detailed Description of Fibonacci Numbers
Mathematical Definition
The Fibonacci sequence is an infinite sequence of numbers that begins with 0 and 1. Each subsequent number is the sum of the two preceding numbers. This sequence was described in 1202 by Leonardo Fibonacci in his work "Liber Abaci".
Using the Calculator
Enter the index (starting with 0) and click 'Calculate'. The calculator uses Binet's formula for efficient computation.
Properties
- Growth: Exponential growth with base φ
- Ratios: Fₙ₊₁/Fₙ → φ (Golden Ratio)
- Identities: Cassini identity, Catalan identity
Applications and Occurrences
In Nature
- Flower petals (lilies: 3, buttercups: 5)
- Pine cones and pineapples (spirals)
- Sunflower seeds (spiral patterns)
- Nautilus shells
In Technology
- Algorithms and data structures
- Fibonacci heap in computer science
- Optimization and search algorithms
- Pseudo-random number generation
In Art and Architecture
- Golden ratio in paintings
- Architectural proportions
- Music composition and harmony
- Photography (rule of thirds)
Interesting Facts
- Every 3rd Fibonacci number is even
- Sum of first n Fibonacci numbers: Fₙ₊₂ - 1
- The rabbit problem led to its discovery
- Related to the Golden Ratio
|