OFFSET
0,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..998
Index entries for linear recurrences with constant coefficients, signature (24,-191,564,-540).
FORMULA
a(n) = -2^n/7 +9*3^n/14 -243*9^n/14 +125*10^n/7. - R. J. Mathar, Jun 20 2013
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-3x)(1-9x)(1-10x)), {x, 0, 20}], x] (* or *) LinearRecurrence[{24, -191, 564, -540}, {1, 24, 385, 5220}, 20] (* Harvey P. Dale, Dec 31 2021 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved