OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
Index entries for linear recurrences with constant coefficients, signature (25,-197,503,-330).
FORMULA
G.f.: 1/((1-x)*(1-3*x)*(1-10*x)*(1-11*x)).
a(n) = -1/180 +3^(n+3)/112 -10^(n+3)/63 +11^(n+3)/80. [Bruno Berselli, May 07 2013]
a(n)-11*a(n-1) = A016215(n). [Bruno Berselli, May 08 2013]
MATHEMATICA
CoefficientList[Series[1/((1 - x) (1 - 3 x) (1 - 10 x) (1 - 11 x)), {x, 0, 20}], x] (* Bruno Berselli, May 07 2013 *)
LinearRecurrence[{25, -197, 503, -330}, {1, 25, 428, 6278}, 20] (* Harvey P. Dale, Jan 16 2024 *)
PROG
(PARI) Vec(1/((1-x)*(1-3*x)*(1-10*x)*(1-11*x))+O(x^20)) \\ Bruno Berselli, May 07 2013
(Magma) m:=20; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-x)*(1-3*x)*(1-10*x)*(1-11*x)))); // Bruno Berselli, May 07 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved