OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (34,-419,2210,-4200).
FORMULA
G.f.: 1/((1-5*x)*(1-7*x)*(1-10*x)*(1-12*x)).
a(n) = (3*12^(n+3)-7*10^(n+3)+7^(n+4)-3*5^(n+3))/210. [Yahia Kahloune, May 29 2013].
a(n) = 34*a(n-1)-419*a(n-2)+2210*a(n-3)-4200*a(n-4). - Wesley Ivan Hurt, May 04 2021
MATHEMATICA
CoefficientList[Series[1/((1-5x)(1-7x)(1-10x)(1-12x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{34, -419, 2210, -4200}, {1, 34, 737, 13022}, 30] (* Harvey P. Dale, Jul 15 2018 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved
