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”).

A025963
Expansion of 1/((1-2x)(1-4x)(1-5x)(1-11x)).
0
1, 22, 325, 4110, 48381, 550062, 6148165, 68149870, 752379661, 8290355502, 91266902805, 1004309278830, 11049302357341, 121551961591342, 1337120292662245, 14708568942522990, 161795495573813421
OFFSET
0,2
FORMULA
a(n) = -4*2^n/27 +32*4^n/7 -125*5^n/18 +1331*11^n/378. - R. J. Mathar, Jun 20 2013
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-4x)(1-5x)(1-11x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{22, -159, 458, -440}, {1, 22, 325, 4110}, 30] (* Harvey P. Dale, Jul 16 2016 *)
CROSSREFS
Sequence in context: A288576 A020571 A021874 * A020343 A025941 A125479
KEYWORD
nonn,easy
AUTHOR
STATUS
approved