Enough of the Crap, What is the Fibonacci Sequence?
It is a series of numbers that have a relationship to the previous two numbers, their mommy and daddy. This sequence needs two numberes to get it started: 0 and 1. The next number is created by adding these two numbers. So 0 + 1 = 1: Sequence so far: 0, 1, 1 We continue is the same fashion, by adding the last two numbers in the sequence to create the new one, the child of the previous two, i.e. the parents. The parents here are 1 and 1 creating 2. Sequence so far: 0, 1, 1, 2 Now we add the last two in the sequence again, just as before, 1 + 2 = 3. This is all there is to it, we create the whole series in this way. Sequence so far: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89…. Looking at the sequence you can pick any number in it, for example 55, and by looking at the two numbers before it you have found its parents, in this case 21 and 34!