OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
Index entries for linear recurrences with constant coefficients, signature (23,-171,457,-308).
FORMULA
a(n) = (9*11^(n+3)-35*7^(n+3)+40*4^(n+3)-14)/2520. - Yahia Kahloune, May 24 2013
a(n) = 23*a(n-1) - 171*a(n-2) + 457*a(n-3) - 308*a(n-4) for n > 3. - Chai Wah Wu, Feb 03 2021
MATHEMATICA
CoefficientList[Series[1 / ((1 - x) (1 - 4 x) (1 - 7 x) (1 - 11 x)), {x, 0, 20}], x] (* Vincenzo Librandi, Jul 11 2013 *)
LinearRecurrence[{23, -171, 457, -308}, {1, 23, 358, 4758}, 20] (* Harvey P. Dale, Apr 02 2022 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved