✓ Effortless Math · Free Tool

Fibonacci Calculator

Find the nth Fibonacci number exactly — even for large n — plus the sequence, the digit count, and the ratio that approaches the golden ratio.

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

Enter a whole number n (0 to 1000). F(0) = 0, F(1) = 1, and each term is the sum of the two before it.

Results

F(n)
F(n − 1)
Number of digits
Ratio F(n)/F(n−1)
Golden ratio φ
1.6180339887…

The sequence so far

Each term is the sum of the previous two. The ratio of consecutive terms approaches the golden ratio.

Step-by-step