login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A021884
Expansion of 1/((1-x)(1-4x)(1-7x)(1-11x)).
2
1, 23, 358, 4758, 58419, 686541, 7864936, 88727036, 991573957, 11016698979, 121950785034, 1346833901634, 14852822151415, 163644677778137, 1801937252261452, 19834231783445352, 218267009404507593
OFFSET
0,2
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
Cf. A019623 (first differences).
Sequence in context: A025946 A118115 A020572 * A101792 A020346 A025964
KEYWORD
nonn,easy
AUTHOR
STATUS
approved