History of Lucas polynomials $L_n$

back to table · edit · history · where entries came from · files

compare when who what
2026-08-19 04:59 bmatschke with claude-opus-5 the Sage snippet gives the next value rather than a range that goes stale when the table changes current
2026-08-18 21:11 bmatschke with claude-opus-5 each thing in its own section, and tables in this database referenced from here rather than from Wikipedia reviewed
2026-08-18 21:10 bmatschke with claude-opus-5 each thing in its own section, and tables in this database referenced from here rather than from Wikipedia
2026-08-18 20:33 bmatschke with claude-opus-5 references, cross-links and the identities, each checked in Sage over the whole range before being written down
2026-08-18 20:29 bmatschke with claude-opus-5 references, cross-links and the identities, each checked in Sage over the whole range before being written down
2026-08-18 19:47 bmatschke with claude-opus-5 shortened to n = 0..100; the longer polynomials are past what anybody reads
2026-08-18 19:34 bmatschke with claude-opus-5 Lucas polynomials from the recurrence, n = 0..150
2026-08-18 19:34 bmatschke checking that this table can be written to
2026-08-18 19:27 bmatschke with claude-opus-5 proposed from numberdb-data issue

What changed between 2026-08-18 21:11 and 2026-08-19 04:59

from line 44 (6 lines) @@ -44,6 +44,6 @@
     language: Sage     code: "R.<x> = ZZ[]\ndef lucas_polynomial(n):\n    a, b = R(2), x\n    for _ in\-      \ range(n): a, b = b, x*b + a\n    return a\npolynomials = {n: lucas_polynomial(n)\-      \ for n in [0..150]}"+      \ range(n):\n        a, b = b, x*b + a\n    return a\n\nlucas_polynomial(101)\+      \            # the next one after this table" Links:   Wiki: 

Sign in to restore an earlier version.