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

A028032
Expansion of 1/((1-3x)(1-4x)(1-6x)(1-7x)).
2
1, 20, 255, 2650, 24521, 210840, 1725235, 13631750, 104995341, 793395460, 5908353815, 43502236050, 317443722961, 2299938136880, 16567618807995, 118785894675550, 848393691575381, 6040178746163100, 42890062369599775, 303884399490790250, 2149118961443240601
OFFSET
0,2
FORMULA
a(n) = (7^(n+3)-2*6^(n+3)+2*4^(n+3)-3^(n+3))/12. - Yahia Kahloune, May 30 2013
E.g.f.: exp(3*x)*(343*exp(4*x) - 432*exp(3*x) + 128*exp(x) - 27)/12. - Stefano Spezia, Sep 29 2022
MATHEMATICA
CoefficientList[Series[1/((1-3x)(1-4x)(1-6x)(1-7x)), {x, 0, 20}], x] (* Harvey P. Dale, Jan 09 2019 *)
CROSSREFS
Sequence in context: A241228 A306290 A075469 * A348055 A025986 A028027
KEYWORD
nonn,easy
STATUS
approved