>The Fibonacci Sequence is the series of numbers
>next number is found by adding up the two numbers before it
>first two numbers are 0 and 1
>0 = 0-1 + 0-2
>1 = 1-1 + 1-2
>next number is found by adding up the two numbers before it
>first two numbers are 0 and 1
>0 = 0-1 + 0-2
>1 = 1-1 + 1-2
