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

A308332
a(n) = n! * [x^n] 1/(1 - x)^exp(n*x).
1
1, 1, 6, 60, 936, 21495, 681480, 28157451, 1455590528, 91689831225, 6907344210400, 612700433073707, 63107430169208832, 7455570223877314721, 999839697339310324224, 150885818035154310155625, 25434297819615665229168640, 4758031551536565527014516561
OFFSET
0,3
MATHEMATICA
Table[n! SeriesCoefficient[1/(1 - x)^Exp[n x], {x, 0, n}], {n, 0, 17}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 20 2019
STATUS
approved