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 (33, -380, 1716, -2160).
FORMULA
a(n) = (28*12^(n+3) - 105*10^(n+3) + 80*9^(n+3) - 3*2^(n+3))/1680. - Yahia Kahloune, May 22 2013
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-9x)(1-10x)(1-12x)), {x, 0, 20}], x] (* Harvey P. Dale, Oct 26 2025 *)
(* Alternative: *)
LinearRecurrence[{33, -380, 1716, -2160}, {1, 33, 709, 12573}, 20] (* Harvey P. Dale, Oct 26 2025 *)
PROG
(PARI) a(n)=(48384*12^n-105000*10^n+58320*9^n-24*2^n)/1680 \\ Charles R Greathouse IV, Jun 02 2026
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
