OFFSET
0,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..925
Index entries for linear recurrences with constant coefficients, signature (34, -409, 2004, -3168).
FORMULA
a(n)=(10*12^(n+3)-15*11^(n+3)+6*8^(n+3)-3^(n+3))/360. - Yahia Kahloune, May 29 2013
MATHEMATICA
CoefficientList[Series[1/((1-3x)(1-8x)(1-11x)(1-12x)), {x, 0, 20}], x] (* Harvey P. Dale, Jan 16 2015 *)
(* Alternative: *)
LinearRecurrence[{34, -409, 2004, -3168}, {1, 34, 747, 13496}, 20] (* Harvey P. Dale, Jan 16 2015 *)
PROG
(PARI) a(n)=(-19965*11^n+3072*8^n-27*3^n)/360+48*12^n \\ Charles R Greathouse IV, Jun 02 2026
CROSSREFS
KEYWORD
nonn,easy,changed
AUTHOR
STATUS
approved
