Puzzles/Easy Sequence 7/Solution
< Puzzles
They are the sum of two numbers before (also known as the Fibonacci-sequence):
2 3 5 8 13 21 34 55 89
That is, 2 + 3 = 5, 3 + 5 = 8, 5 + 8 = 13 and so on...
They are the sum of two numbers before (also known as the Fibonacci-sequence):
2 3 5 8 13 21 34 55 89
That is, 2 + 3 = 5, 3 + 5 = 8, 5 + 8 = 13 and so on...