OFFSET
0,2
COMMENTS
LINKS
Index entries for linear recurrences with constant coefficients, signature (17,17,17,-153).
FORMULA
G.f.: (t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(153*t^4 - 17*t^3 - 17*t^2 - 17*t + 1).
MATHEMATICA
coxG[{4, 153, -17}] (* The coxG program is at A169452 *) (* Harvey P. Dale, Aug 24 2019 *)
PROG
(PARI) Vec((t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(153*t^4 - 17*t^3 - 17*t^2 - 17*t + 1) + O(t^20)) \\ Jinyuan Wang, Mar 23 2020
CROSSREFS
KEYWORD
nonn
AUTHOR
John Cannon and N. J. A. Sloane, Dec 03 2009
EXTENSIONS
More terms from Jinyuan Wang, Mar 23 2020
STATUS
approved