[Fwd: Cute Fibonacci variant]

David W. Wilson wilson at aprisma.com
Mon Aug 20 17:24:50 CEST 2001


"David W. Wilson" wrote:
> 
> a(0) = 0
> a(1) = 1
> a(n) = (k-1) a(n-1) a(n-2) + a(n-1) + a(n-2)
> 
> k = 0 obviously gives the Fibs.

Alright, maybe not so obviously.
But k = 1 obviously does.

> Try k = 10 next.





More information about the SeqFan mailing list