OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (33,-401,2127,-4158)
FORMULA
a(n) = 20*a(n-1) - 99*a(n-2) + 7^(n+1) - 6^(n+1), n >= 2. - Vincenzo Librandi, Mar 13 2011
a(n) = -3*9^(n+2)/4 + 11^(n+3)/40 + 7^(n+3)/8 - 2*6^(n+2)/5. - R. J. Mathar, Mar 18 2011
MATHEMATICA
CoefficientList[Series[1/((1-6x)(1-7x)(1-9x)(1-11x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{33, -401, 2127, -4158}, {1, 33, 688, 11598}, 30] (* Harvey P. Dale, Sep 12 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved