OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (37,-502,2952,-6336)
FORMULA
a(n) = 23*a(n-1) - 132*a(n-2) + 2^n*(4^(n+1) - 3^(n+1)), n >= 2. - Vincenzo Librandi, Mar 14 2011
a(n) = 6*12^(n+1) + 8^(n+2)/3 - 11^(n+3)/15 - 3*6^(n+1)/5. - R. J. Mathar, Mar 14 2011
MATHEMATICA
CoefficientList[Series[1/((1-6x)(1-8x)(1-11x)(1-12x)), {x, 0, 20}], x] (* or *) LinearRecurrence[{37, -502, 2952, -6336}, {1, 37, 867, 16457}, 20] (* Harvey P. Dale, Jul 23 2021 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved