OFFSET
0,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..959
Index entries for linear recurrences with constant coefficients, signature (25,-213,719,-770).
FORMULA
a(n) = -8*2^n/135 +125*5^n/36 -343*7^n/40 +1331*11^n/216. R. J. Mathar, Jun 20 2013
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-5x)(1-7x)(1-11x)), {x, 0, 30}], x] (* or *) LinearRecurrence[ {25, -213, 719, -770}, {1, 25, 412, 5694}, 30] (* Harvey P. Dale, Aug 20 2022 *)
PROG
(PARI) a(n)=-8*2^n/135+125*5^n/36-343*7^n/40+1331*11^n/216 \\ Charles R Greathouse IV, Jun 01 2026
CROSSREFS
KEYWORD
nonn,easy,changed
AUTHOR
STATUS
approved
