About the Fibonacci Calculator
Find the nth Fibonacci number exactly (up to n = 5,000) and list the sequence, with the golden-ratio approximation.
Also known as: fibonacci sequence, nth fibonacci number, fibonacci numbers, fib calculator.
How to use this calculator
- Enter n (term number).
- The result updates instantly as you type — press Calculate (or Enter) at any time.
- Review the breakdown shown under the main result.
- Use Copy result or Share to save the answer or send a link with your inputs.
Formula
F(0) = 0, F(1) = 1, F(n) = F(n−1) + F(n−2)
Worked example
Using the values pre-filled in the calculator above:
- n (term number) = 20
the calculator returns:
- F(20): 6765
- Digits: 4
- First terms: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181