Escape Time Zooms of the Fibonacci Numbers
The Fibonacci numbers are usually defined via a recursion:
Fn+2=
Fn+1
Fn, F0=0, and F1=1.
The sequence begins 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89,....
These numbers may also be computed via a closed form known as the Binet formula.
That function can be vieed as a function of a complex variable and we consider here some zooms near two of the fixed points.
fib0.mov |
fib5.mov |
A J script which can generate such an image is:
fib_v_fig3.html
See also:
-
C. A. Reiter, Views of Fibonacci Dynamics, Computers & Graphics 28 2 (2004) 297-300.
Preprint [1.7M], [Abstract]
-
The Fibonacci Association,
http://www.mscs.dal.ca/Fibonacci/