Fibonacci Sequence Generator
Generate the Fibonacci sequence by number of terms or up to a maximum value, with index, value, and ratio columns.
Generator Settings
0
Terms
0
Largest value
—
Final ratio (→ 1.61803…)
Sequence
Configure settings and click Generate
| n | F(n) | F(n)/F(n-1) |
|---|
Copied!
Summary
Generate the Fibonacci sequence by number of terms or up to a maximum value, with index, value, and ratio columns.
How it works
- Choose a generation mode: "By number of terms" or "Up to maximum value".
- Enter the desired term count (1–80) or a maximum numeric value.
- Click "Generate" or press Enter to compute the sequence.
- The result table shows the index (n), Fibonacci value F(n), and ratio F(n)/F(n-1).
- Use "Copy All" to copy every value as a comma-separated list, or copy a single row by clicking it.
Use cases
- Study the mathematical properties of the Fibonacci sequence.
- Visualize convergence toward the golden ratio (1.61803...).
- Generate test data for algorithms that use Fibonacci numbers.
- Teach students how recurrence relations work step by step.
- Quickly check a specific Fibonacci number by its index.
- Explore Fibonacci numbers in nature, art, and computer science.
Frequently Asked Questions
Last updated: 2026-06-09 ·
Reviewed by Nham Vu