OFFSET
0,3
COMMENTS
This polynomial (evaluated over the rationals) arises in demonstrating the impossibility of trisecting an arbitrary angle by compass and straightedge.
LINKS
Wikipedia, Angle trisection.
Index entries for linear recurrences with constant coefficients, signature (4,-6,4,-1).
FORMULA
a(n) = 2*A144129(n) - 1.
From Elmo R. Oliveira, Sep 04 2025: (Start)
G.f.: (-1 + 5*x + 41*x^2 + 3*x^3)/(-1+x)^4.
E.g.f.: (-1 + 2*x + 24*x^2 + 8*x^3)*exp(x).
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4). (End)
MATHEMATICA
Table[8n^3-6n-1, {n, 0, 37}] (* James C. McMahon, Feb 05 2024 *)
CROSSREFS
KEYWORD
sign,easy
AUTHOR
Darío Clavijo, Feb 05 2024
STATUS
approved
