At 21:26 29/11/2007, you wrote: >How do you solve Fibernacci without recursion? I really have to ask why, on a typical AVR (or indeed any other 8-bit) based embedded system you would want to do that? Surely a limited set of pre calculated values in a look-up table is the best method. John