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

Sequence

Configure settings and click Generate

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

  1. Choose a generation mode: "By number of terms" or "Up to maximum value".
  2. Enter the desired term count (1–80) or a maximum numeric value.
  3. Click "Generate" or press Enter to compute the sequence.
  4. The result table shows the index (n), Fibonacci value F(n), and ratio F(n)/F(n-1).
  5. 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