OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (30, -311, 1290, -1800).
FORMULA
a(n)=(5*12^(n+3)-9*10^(n+3)+9*5^(n+3)-5*3^(n+3))/630. [Yahia Kahloune, Jun 10 2013]
MATHEMATICA
CoefficientList[Series[1/((1-3x)(1-5x)(1-10x)(1-12x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{30, -311, 1290, -1800}, {1, 30, 589, 9630}, 30] (* Harvey P. Dale, Dec 30 2023 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved