OFFSET
1,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (10,0,0,1,-10).
FORMULA
a(n) = 10*a(n-1) + a(n-4) - 10*a(n-5). G.f: x*(2+x+3*x^3) / ((x-1)*(10*x-1)*(1+x)*(1+x^2)). - R. J. Mathar, Oct 05 2009
PROG
(PARI) Vec(x*(2+x+3*x^3)/((x-1)*(10*x-1)*(1+x)*(1+x^2)) + O(x^25)) \\ Jinyuan Wang, Apr 14 2020
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
STATUS
approved