Now, you probably want to know a little bit more about the Fibonacci series. This is really easier than it sounds. To obtain the numbers in this series you have to start of with two number ones and add them
1+1= 2
Now take the last number you got, that's 2, and add it to the before last number, that's one
1+2=3
and there you have it, the next number in the Fibonacci series.
Your next step is to take the last number you got with your additions and add it to the previous number
2+3=5
Great, 5 is the next number in the Fibonacci series. If you keep on adding the last two numbers in this series you always get the next one.
So if you are bored on a rainy day, get your pen and paper out and start calculating!!
1,1,2,3,5,8,13,21............. to infinity and far, far, beyond...