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

A295099
a(n) = n! * [x^n] exp(n*x)/sqrt(1 - 2*x).
3
1, 2, 11, 96, 1145, 17320, 317547, 6843872, 169603793, 4752704160, 148631984075, 5132717953792, 194022218612169, 7969667589513344, 353510496652374635, 16842274069331520000, 857827370723082312737, 46516913938434654949888, 2675772791433589181094027, 162742831545094476694814720
OFFSET
0,2
COMMENTS
The n-th term of the n-th binomial transform of A001147.
FORMULA
a(n) ~ 2^(n+1) * n^n / exp(n/2). - Vaclav Kotesovec, Nov 14 2017
MATHEMATICA
Table[n! SeriesCoefficient[Exp[n x]/Sqrt[1 - 2 x], {x, 0, n}], {n, 0, 19}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Nov 14 2017
STATUS
approved