- Generate a sequence. Enter how many Fibonacci numbers you want, up to 50. The calculator shows F(0) through F(n-1), starting at 0. It also shows the Nth term and the golden ratio approximation formed by dividing consecutive terms.
- Check any number. Switch to the "Check a Number" tab and enter any non-negative integer. The calculator instantly tells you whether it is a Fibonacci number using the closed-form test (no need to generate the sequence).
- Golden ratio. As n grows, the ratio F(n)/F(n-1) converges to φ = 1.6180339887... The calculator shows both the approximation from your sequence and the true value for comparison. By F(20), the ratio is accurate to 7 decimal places.
Example: the first 10 Fibonacci numbers are 0, 1, 1, 2, 3, 5, 8, 13, 21, 34. The ratio 34/21 = 1.619047..., which is already very close to φ.