OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (18,-80,96).
FORMULA
From Vincenzo Librandi, Mar 16 2011: (Start)
a(n) = 18*a(n-1) - 80*a(n-2) + 96*a(n-3), n >= 3.
a(n) = 16*a(n-1) - 48*a(n-2) + 2^n, n >= 2. (End)
a(n) = 9*12^n/5 + 2^n/5 - 4^n. - R. J. Mathar, Mar 17 2011
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-4x)(1-12x)), {x, 0, 20}], x] (* or *) LinearRecurrence[{18, -80, 96}, {1, 18, 244}, 20] (* Harvey P. Dale, Oct 10 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved