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
- Enter the term index n in the input field (1 = first term, which is 0).
- Choose whether to start the sequence at index 0 or index 1.
- Click "Calculate" or press Enter to generate the result.
- The nth Fibonacci number is shown prominently at the top.
- The full sequence up to term n is displayed below, scrollable for large values.
- 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