OFFSET
1,1
LINKS
Colin Barker, Table of n, a(n) for n = 1..398
Index entries for linear recurrences with constant coefficients, signature (1,0,0,10749957122,-10749957122,0,0,-1,1).
FORMULA
G.f.: -5*x*(29*x^8 +275*x^7 +60401*x^6 +606965*x^5 -16071841615*x^4 +195440845*x^3 +19448935*x^2 +88555*x +8858) / ((x -1)*(x^2 -322*x +1)*(x^2 +322*x +1)*(x^4 +103682*x^2 +1)).
EXAMPLE
44290 is in the sequence because P(172) = 44290 = 8400+8626+8855+9087+9322 = P(75)+ ... +P(79).
MATHEMATICA
CoefficientList[Series[5 (29 x^8 + 275 x^7 + 60401 x^6 + 606965 x^5 - 16071841615 x^4 + 195440845 x^3 + 19448935 x^2 + 88555 x + 8858)/((1 - x) (x^2 - 322 x + 1) (x^2 + 322 x + 1) (x^4 + 103682 x^2 + 1)), {x, 0, 33}], x] (* Vincenzo Librandi, May 06 2015 *)
PROG
(PARI) Vec(-5*x*(29*x^8 +275*x^7 +60401*x^6 +606965*x^5 -16071841615*x^4 +195440845*x^3 +19448935*x^2 +88555*x +8858) / ((x -1)*(x^2 -322*x +1)*(x^2 +322*x +1)*(x^4 +103682*x^2 +1)) + O(x^100))
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Colin Barker, May 05 2015
STATUS
approved