OFFSET
0,2
COMMENTS
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..500
Index entries for linear recurrences with constant coefficients, signature (42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, -903).
FORMULA
G.f.: (t^12 + 2*t^11 + 2*t^10 + 2*t^9 + 2*t^8 + 2*t^7 + 2*t^6 + 2*t^5 + 2*t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(903*t^12 - 42*t^11 - 42*t^10 - 42*t^9 -42*t^8 -42*t^7 -42*t^6 - 42*t^5 - 42*t^4 - 42*t^3 - 42*t^2 - 42*t + 1).
MATHEMATICA
CoefficientList[Series[(t^12 + 2*t^11 + 2*t^10 + 2*t^9 + 2*t^8 + 2*t^7 + 2*t^6 + 2*t^5 + 2*t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(903*t^12 - 42*t^11 - 42*t^10 - 42*t^9 - 42*t^8 - 42*t^7 - 42*t^6 - 42*t^5 - 42*t^4 - 42*t^3 - 42*t^2 - 42*t + 1), {t, 0, 50}], t] (* G. C. Greubel, May 24 2016 *)
coxG[{12, 903, -42}] (* The coxG program is at A169452 *) (* Harvey P. Dale, Aug 03 2023 *)
PROG
(PARI) Vec((1+x^4+x^8)*(1+x^2)*(1+x)^2/(1-42*x-42*x^2-42*x^3-42*x^4-42*x^5-42*x^6-42*x^7-42*x^8-42*x^9-42*x^10-42*x^11+903*x^12)+O(x^99)) \\ Charles R Greathouse IV, Jun 08 2026
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
John Cannon and N. J. A. Sloane, Dec 03 2009
STATUS
approved
