OFFSET
0,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
FORMULA
From Stefano Spezia, Jun 05 2026: (Start)
G.f.: x*(-1 + 13*x + 13*x^2 - x^3)/(1 - x)^5.
E.g.f.: exp(x)*x*(-1 + 5*x + 6*x^2 + x^3). (End)
From Elmo R. Oliveira, Jun 05 2026: (Start)
a(n) = (A121671(n) - 1)/5.
a(n) = 5*a(n-1) - 10*a(n-2) + 10*a(n-3) - 5*a(n-4) + a(n-5). (End)
MATHEMATICA
Table[(n^2-1)^2-1, {n, 0, 5!}]
CROSSREFS
KEYWORD
sign,easy
AUTHOR
Vladimir Joseph Stephan Orlovsky, May 27 2010
EXTENSIONS
More terms from Elmo R. Oliveira, Jun 05 2026
STATUS
approved
