back to table · edit · history · where entries came from · files
language: Sage code: "R.<x> = ZZ[]\ndef fibonacci_polynomial(n):\n a, b = R(0), R(1)\n \- \ for _ in range(n): a, b = b, x*b + a\n return a\npolynomials = {n: fibonacci_polynomial(n)\- \ for n in [0..150]}"+ \ for _ in range(n):\n a, b = b, x*b + a\n return a\n\nfibonacci_polynomial(101)\+ \ # the next one after this table" Links: Wiki:
Sign in to restore an earlier version.