Skip to content
Calculator Tools
Sequence & Series Calculators

Fibonacci Calculator

Find the nth Fibonacci number exactly (up to n = 5,000) and list the sequence, with the golden-ratio approximation.

Enter values

Results update as you type.

Result

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

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

  1. Enter n (term number).
  2. The result updates instantly as you type — press Calculate (or Enter) at any time.
  3. Review the breakdown shown under the main result.
  4. 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

Frequently asked questions

How is Fibonacci related to the golden ratio?

The ratio of consecutive Fibonacci numbers F(n+1)/F(n) approaches the golden ratio φ ≈ 1.618 as n grows.