OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (26,-236,856,-960).
FORMULA
a(n) = -2^n/24 +27*6^n/4 -64*8^n/3 +125*10^n/8. - R. J. Mathar, Jun 23 2013
E.g.f.: exp(2*x)*(375*exp(8*x) - 512*exp(6*x) + 162*exp(4*x) - 1)/24. - Stefano Spezia, Dec 20 2025
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-6x)(1-8x)(1-10x)), {x, 0, 30}], x] (* Harvey P. Dale, Nov 06 2021 *)
(* Alternative: *)
LinearRecurrence[{26, -236, 856, -960}, {1, 26, 440, 6160}, 30] (* Harvey P. Dale, Nov 06 2021 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
