I made this because I was bored... If you want to make something like this, it's actually quite simple. Mine's not as good as ThePCKid's... EXPLANATION OF FIBONACCI NUMBERS: As you can see, the first Fibonacci numbers are 0 and 1. The next Fibonacci number is also 1, because 0+1=1. After that is 2 (1+1=2), then 3, (1+2=3), and so on. So if you want to find the next Fibonacci number, add the previous 2 Fibonacci numbers together to get it. Sounds simple? Wait until maybe about the 50th, and the numbers will get extremely high. The mathematics world appears to be quite interesting... (Of course it is...)