OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
Index entries for linear recurrences with constant coefficients, signature (17,-99,223,-140).
FORMULA
a(n) = (2*7^(n+3)-9*5^(n+3)+8*4^(n+3)-1)/72. [Yahia Kahloune, May 08 2013]
MAPLE
A021754:=n->(2*7^(n+3)-9*5^(n+3)+8*4^(n+3)-1)/72: seq(A021754(n), n=0..30); # Wesley Ivan Hurt, Apr 18 2017
MATHEMATICA
CoefficientList[Series[1 / ((1 - x) (1 - 4 x) (1 - 5 x) (1 - 7 x)), {x, 0, 20}], x] (* Vincenzo Librandi, Jul 11 2013 *)
LinearRecurrence[{17, -99, 223, -140}, {1, 17, 190, 1770}, 30] (* Harvey P. Dale, Apr 14 2022 *)
PROG
(PARI) x='x+O('x^66); Vec(1/((1-x)*(1-4*x)*(1-5*x)*(1-7*x)) ) \\ Joerg Arndt, May 08 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved