OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..900
Index entries for linear recurrences with constant coefficients, signature (24,-179,444,-288).
FORMULA
G.f.: 1/((1-x)*(1-3*x)*(1-8*x)*(1-12*x)).
a(n) = -1/154 +3^(n+1)/10 -2^(3n+7)/35 +2^(2n+4)*3^(n+1)/11. [Bruno Berselli, May 07 2013]
MATHEMATICA
CoefficientList[Series[1/((1 - x) (1 - 3 x) (1 - 8 x) (1 - 12 x)), {x, 0, 20}], x] (* Bruno Berselli, May 07 2013 *)
LinearRecurrence[{24, -179, 444, -288}, {1, 24, 397, 5676}, 20] (* Harvey P. Dale, Oct 16 2020 *)
PROG
(PARI) Vec(1/((1-x)*(1-3*x)*(1-8*x)*(1-12*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-8*x)*(1-12*x)))); // Bruno Berselli, May 07 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved