OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (27,-227,597,-396).
FORMULA
G.f.: 1/((1-x)*(1-3x)*(1-11x)*(1-12x)).
a(n) = (80*12^(n+3) - 9*11^(n+4) + 55*3^(n+3) - 36)/7920. - Yahia Kahloune, Jun 27 2013
a(n) = 27*a(n-1) - 227*a(n-2) + 597*a(n-3) - 396*a(n-4). - Wesley Ivan Hurt, May 26 2024
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-3x)(1-11x)(1-12x)), {x, 0, 20}], x] (* Harvey P. Dale, Mar 19 2011 *)
PROG
(PARI) a(n)=n+=3; (80*12^n-99*11^n+55*3^n-36)/7920 \\ Charles R Greathouse IV, Jun 27 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved