Number Sequence Generator
Generate famous mathematical sequences — Fibonacci, primes, powers, factorials, and more. Or build your own arithmetic or geometric series.
Fibonacci
Each number is the sum of the two before it
F(n) = F(n−1) + F(n−2)First term
0
Last term
377
Sum
986