How is the Fibonacci sequence generated?

Answer:
It's adding the previous number to the current number, then continuing the pattern.

1 + 1 = 2
1 + 2 = 3
2 + 3 = 5
3 + 5 = 8
5 + 8 = 13

And so forth.
First answer by Zjm8zjm8. Last edit by Zjm8zjm8. Contributor trust: 31 [recommend contributor recommended]. Question popularity: 1 [recommend question].