TI83 Fibonacci Program



The fibonacci series occurs in nature as shown by this sunflower.








This program runs on a TI83 or higher. This is the Fibonacci series program created by Mr. Parker :). If you use this program you well get the series of the number. It is within reason to type it by hand into your calculator.



This program, called Fib, was written 3/19/11 by James T. Parker and is declared to be public domain. Note that ^2 refers to the "x squared" button and SQRT refers to the "2nd x squared" button.

:ClrHome
:((1.0+sqrt(5.0))/2.0)->Y
:Prompt N
:((Y^N-(1-Y)^N)/sqrt(5))->F
:Disp F

THE END :) AND HAVE FUN


Home