Fibonacci sequence

Enter how many numbers you want and generate the Fibonacci sequence (each number is the sum of the two before).

What is the Fibonacci sequence

A series where each number is the sum of the two before: 1, 1, 2, 3, 5, 8, 13, 21… It appears in nature, art and math, linked to the golden ratio.

Note

The calculation uses arbitrary-precision integers: even very large terms are exact.