OFFSET
0,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (23,-188,628,-672).
FORMULA
a(n) = -2^n/15 +27*6^n -343*7^n/5 +128*8^n/3. - R. J. Mathar, Jun 23 2013
E.g.f.: exp(2*x)*(640*exp(6*x) - 1029*exp(5*x) + 405*exp(4*x) - 1)/15. - Stefano Spezia, Dec 20 2025
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-6x)(1-7x)(1-8x)), {x, 0, 20}], x] (* or *) LinearRecurrence[{23, -188, 628, -672}, {1, 23, 341, 4147}, 20] (* Harvey P. Dale, Feb 25 2026 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
