OFFSET
0,2
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..950
Index entries for linear recurrences with constant coefficients, signature (26,-233,832,-924).
FORMULA
a(n) = (1/180)*(11^(n+3) -9*7^(n+3) +9*6^(n+3) -2^(n+3)). - R. J. Mathar, Jun 23 2013
E.g.f.: (1/180)*(-8*exp(2*x) + 1944*exp(6*x) - 3087*exp(7*x) + 1331*exp(11*x)). - G. C. Greubel, Apr 09 2022
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-6x)(1-7x)(1-11x)), {x, 0, 30}], x] (* Harvey P. Dale, May 27 2019 *)
PROG
(Magma) [(1/180)*(11^(n+3) -9*7^(n+3) +9*6^(n+3) -2^(n+3)): n in [0..30]]; // G. C. Greubel, Apr 09 2022
(SageMath) [(1/180)*(11^(n+3) -9*7^(n+3) +9*6^(n+3) -2^(n+3)) for n in (0..30)] # G. C. Greubel, Apr 09 2022
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved