OFFSET
0,2
COMMENTS
LINKS
Index entries for linear recurrences with constant coefficients, signature (46, 46, 46, 46, 46, 46, 46, -1081).
FORMULA
G.f.: (t^8 + 2*t^7 + 2*t^6 + 2*t^5 + 2*t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(1081*t^8 - 46*t^7 - 46*t^6 - 46*t^5 - 46*t^4 - 46*t^3 - 46*t^2 - 46*t + 1).
a(n) = -1081*a(n-8) + 46*Sum_{k=1..7} a(n-k). - Wesley Ivan Hurt, Sep 04 2022
MATHEMATICA
With[{num=Total[2t^Range[7]]+t^8+1, den=Total[-46 t^Range[7]]+1081t^8+ 1}, CoefficientList[Series[num/den, {t, 0, 30}], t]] (* Harvey P. Dale, Jul 27 2011 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
John Cannon and N. J. A. Sloane, Dec 03 2009
STATUS
approved
