Fibonacci Calculator

Enter a term index (n) to compute the nth Fibonacci number and display the full sequence up to that term.

Sequence Settings

1 to 1,000

Result

Full Sequence

Enter n and click Calculate.

Summary

Enter a term index (n) to compute the nth Fibonacci number and display the full sequence up to that term.

How it works

  1. Enter the term index n in the input field (1 = first term, which is 0).
  2. Choose whether to start the sequence at index 0 or index 1.
  3. Click "Calculate" or press Enter to generate the result.
  4. The nth Fibonacci number is shown prominently at the top.
  5. The full sequence up to term n is displayed below, scrollable for large values.
  6. Use "Copy Sequence" to copy all terms as a comma-separated list.

Use cases

  • Verify homework or textbook Fibonacci problems quickly.
  • Generate a Fibonacci sequence for use in code or spreadsheets.
  • Explore how rapidly Fibonacci numbers grow with increasing n.
  • Find specific Fibonacci numbers for algorithm design or math research.
  • Teach or demonstrate the Fibonacci pattern to students.
  • Check Fibonacci ratios related to the golden ratio (phi).

Frequently Asked Questions

Last updated: 2026-06-10 · Reviewed by Nham Vu