Back to all tools

Fibonacci Generator

Generate the Fibonacci sequence up to N terms.

15
F(0)
0
F(1)
1
F(2)
1
F(3)
2
F(4)
3
F(5)
5
F(6)
8
F(7)
13
F(8)
21
F(9)
34
F(10)
55
F(11)
89
F(12)
144
F(13)
233
F(14)
377
Sequence
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377

About Fibonacci Generator

Fibonacci Generator produces the Fibonacci sequence up to any specified number of terms or up to a maximum value. It's a classic educational tool for illustrating recursive sequences, the golden ratio, and patterns in nature. Results can be copied as a comma-separated list.

  • Generate up to N terms
  • Option to limit by maximum value
  • Displays golden ratio approximation
  • Copy sequence as CSV