OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (22,-169,528,-540).
FORMULA
a(n) = -2*2^n/21 +125*5^n/12 -18*6^n/1 +243*9^n/28. R. J. Mathar, Jun 20 2013
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-5x)(1-6x)(1-9x)), {x, 0, 20}], x] (* or *) LinearRecurrence[{22, -169, 528, -540}, {1, 22, 315, 3740}, 20] (* Harvey P. Dale, Mar 10 2018 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved