Fibonacci Sequence
Fibonacci Sequence is a pattern of numbers where each number is the sum of the two before it.
Think of it this way
Stack squares on a table, each one bigger than the last. The first two squares are the same small size. Each new square has sides as long as the two before it added together. The row grows in a pattern: 1, 1, 2, 3, 5, 8.
Explaining fibonacci sequence by grade level
Count the petals on a flower. Some have 3, some have 5, and some have 8. Those numbers follow a pattern. You get each number by adding the two numbers before it.
