in reply to Fibonacci Numbers
@a=(1);map{push@a,$a[-2]+$a[-1];print"$_:$a[$#a]$/"}1..23
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Fibonacci Numbers
by sh1tn (Priest) on Feb 10, 2005 at 02:15 UTC | |
by dReKurCe (Scribe) on Feb 10, 2005 at 22:54 UTC | |
by sh1tn (Priest) on Feb 13, 2005 at 22:53 UTC |