Skip to main content

Fibonacci Sequence Generator

Generate the Fibonacci sequence up to a specified number of terms. Useful for math study and test data generation.

Fibonacci Sequence

Specify the number of terms to generate (max 100)

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
Sum
88
Golden ratio
1.619047619047619
The ratio of adjacent terms converges to the golden ratio (~1.618)

Find the Nth Term

Enter the term number you want to find

Share this tool
📖

How to Use

Step 1

Specify Terms

Specify Terms

Specify the number of terms to generate

Step 2

Generate

Generate

Fibonacci sequence is auto-generated

Step 3

View Result

View Result

Check and copy the sequence

Features

Instant Generation

Generate sequence instantly by specifying term count

Nth Term

Can also find just the nth term

Golden Ratio

Show convergence to golden ratio from adjacent term ratios

FAQ

A sequence where each number is the sum of the two preceding ones (0, 1, 1, 2, 3, 5, 8, 13, ...).