Name:
Anonymous
2014-07-22 13:29
Can be yours or not, I just want to see something good.
Name:
Anonymous
2014-08-09 2:57
ah, just about needs a bignum library... fibs(fibs(10)) is nearly too big for 64 bit ints =)
maybe fibx(n) = fibs(n+8) - fibs(n+4) + fibs(n+2)
Name:
Anonymous
2014-08-09 3:35
fibs(2n) = fibs(n)^2 + fibs(n+1)^2 ?