Number sequence generator
Generate Fibonacci, arithmetic, geometric, triangular, square, cube, prime, and factorial sequences.
Formula
F(n) = F(n-1) + F(n-2); F(0)=0, F(1)=1
Each term is the sum of the two preceding terms.
Terms
0
n=11
n=21
n=32
n=43
n=55
n=68
n=713
n=821
n=934
n=1055
n=1189
n=12Visualization