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

A293055
a(n) = n! * [x^n] Product_{k>0} exp(binomial(n+k-1,n)*x^k).
0
1, 1, 7, 85, 1561, 40501, 1414351, 63752137, 3580066225, 243666746281, 19695440339191, 1861672467512221, 203222602188410377, 25344097136222687005, 3576607716683440603711, 566387437351728771087121, 99916441198022855099556961, 19511402630734166295545687377
OFFSET
0,3
FORMULA
a(n) = n! * [x^n] exp(x/(1-x)^(n+1)).
MATHEMATICA
Table[n!*SeriesCoefficient[Exp[x/(1-x)^(n+1)], {x, 0, n}], {n, 0, 20}] (* Vaclav Kotesovec, Sep 29 2017 *)
CROSSREFS
Cf. A293012.
Sequence in context: A346984 A361065 A056547 * A363357 A378410 A121020
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 29 2017
STATUS
approved