Fibonacci Sequence Calculator

Generate the first n numbers of the Fibonacci sequence.

0, 1, 1, 2, 3, 5, 8, 13, 21, 34

Formula

Each number is the sum of the two preceding ones: 0, 1, 1, 2, 3, 5, 8, 13...

Frequently Asked Questions

What is the First 10 Fibonacci Numbers?

0, 1, 1, 2, 3, 5, 8, 13, 21, 34.