in reply to Fibonacci numbers
Well, no I don't think anybody can do it. I had trouble getting my daughter to write just a 'hello world' program. But you might be able to do it by just writing a program that generates a sequence that follows these rules:
i0=0, i1=1, in, n>=2=in-1+in-2
|
---|