This is a simple algorithm to calculate the Fibonacci sequence. Ignore the "Fibonacci calculation", this bit is just for the math. The record is the part with the sequence. The variable from the bottom (calculate to ( ) times) can be set to how many Fibonacci numbers you want to calculate, it will automatically recalculate. Although it only goes to 100. Also please note all the numbers after item #29 on records are too large to fit in the list space. Sadly I don't know if I can fix that.
I learned about Fibonacci in the book "The Miscalculations of Lightning Girl". I really like the sequence, and the book. Change Log 1.0 Fibonacci calculation, and record. 1.1 Added "calculation to ( ) times". 1.2 Fixed smaller bugs with deleting items on the calculation list. 1.3 Added 0 and 1 at the beginning. They were missing for some reason. Sadly, this means that whatever number you set calculate to ( ) times to, the algorithm will calculate 2 more numbers. Will try to fix in 1.4. 1.3 update: the list is now kind of buggy. Sorry!