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

A025986
Expansion of 1/((1-2x)(1-5x)(1-6x)(1-7x)).
2
1, 20, 257, 2704, 25389, 221676, 1841449, 14758568, 115171397, 880623172, 6627177921, 49248518592, 362296167325, 2643446894108, 19158543110873, 138087153497176, 990728497913973, 7081081591668084
OFFSET
0,2
FORMULA
a(n) = -2*2^n/15 + 125*5^n/6 - 54*6^n/1 + 343*7^n/10. - R. J. Mathar, Jun 20 2013
E.g.f.: exp(2*x)*(1029*exp(5*x) - 1620*exp(4*x) + 625*exp(3*x) - 4)/30. - Stefano Spezia, Sep 29 2022
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-5x)(1-6x)(1-7x)), {x, 0, 20}], x] (* or *) LinearRecurrence[{20, -143, 424, -420}, {1, 20, 257, 2704}, 20] (* Harvey P. Dale, Oct 10 2017 *)
CROSSREFS
Sequence in context: A075469 A028032 A348055 * A028027 A268764 A081244
KEYWORD
nonn,easy
STATUS
approved