Hi! This was a boredom project, but I decided that I would make a Fibonacci sequence maker, in which you make you're own Fibonacci sequence. You get to choose what numbers you start on to make other sequences. You do this by typing in the first number, the last number, and how long you want it to be. If you don't know what the Fibonacci sequence is, it is a sequence of numbers, starting with 1, 1, that works by adding the first and second numbers together forever. You end up with 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144... It can be found in nature everywhere, too. Take a look at the bottom spirals of a pine cone. They are always Fibonacci numbers.
I was just playing around with variables when I realized that I could do this :) Oops accidentally unshared it : |