OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (24,-189,554,-528).
FORMULA
a(n) = -4*2^n/27 +27*3^n/40 -256*8^n/45 +1331*11^n/216. - R. J. Mathar, Jun 20 2013
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-3x)(1-8x)(1-11x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{24, -189, 554, -528}, {1, 24, 387, 5306}, 30] (* Harvey P. Dale, Jul 19 2016 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved