OFFSET
0,8
LINKS
Index entries for linear recurrences with constant coefficients, signature (11,-25,-25,-25,-25,-25,-30).
FORMULA
G.f.: x^6/((6*x - 1)*(5*x^6 + 5*x^5 + 5*x^4 + 5*x^3 + 5*x^2 + 5*x - 1)).
a(n) = A396158(n,6).
MATHEMATICA
LinearRecurrence[{11, -25, -25, -25, -25, -25, -30}, {0, 0, 0, 0, 0, 0, 1}, 30] (* Amiram Eldar, May 26 2026 *)
PROG
(PARI) concat([0, 0, 0, 0, 0, 0], Vec(x^6/((6*x-1)*(5*x^6+5*x^5+5*x^4+5*x^3+5*x^2+5*x-1)) + O(x^29)))
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
A.H.M. Smeets, May 26 2026
STATUS
approved
