Fibonacci Number (C) 2001 Bennett S. Kalafut SYNTAX fibnum(n), where you are looking for the nth number in the Fibonacci sequence, the sequence generated by Fibonacci's "rabbit" problem from Liber Abaci. This program finds the number neither iteratively nor recursively. It uses the solution to the recurrence relation to find the number based on n alone. Copyright is released to the public domain on the condition that this program be distributed in archive form only, with this text file. If you are interested in including this program in an electronic or print collection you must have my expressed written permission. Exemption is granted for online program archives. Then again, I'm not really worried about this one; the solution to the Fibonacci sequence is fairly common mathematical knowledge. If you have any questions or comments you may contact me at bkalafut@bigfoot.com Relegalize Freedom. Vote Libertarian!