Puzzles - Patterns 1
9/20/2010
Below is a pattern of numbers. Find the next 3 numbers in the pattern:
0, 1, 1, 2, 3, 5, 8, 13, 21, __, __, __
Solution
lbtnShowAnswer
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89
This pattern is the Fibonacci Sequence. Each number is the sum of the previous two numbers.