OFFSET
0,2
COMMENTS
LINKS
Index entries for linear recurrences with constant coefficients, signature (19,19,19,-190).
FORMULA
G.f.: (t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(190*t^4 - 19*t^3 - 19*t^2 - 19*t + 1).
MATHEMATICA
coxG[{4, 190, -19}] (* The coxG program is at A169452 *) (* Harvey P. Dale, Mar 25 2019 *)
PROG
(PARI) Vec((t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(190*t^4 - 19*t^3 - 19*t^2 - 19*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