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

A302605
a(n) = n! * [x^n] exp(n*x)*arcsin(x).
4
0, 1, 4, 28, 272, 3384, 51300, 917064, 18884672, 440168832, 11454902500, 329208395264, 10355322975120, 353851897861760, 13052503620917124, 516917167506777600, 21875427250996723968, 985164766018898243584, 47043119138733155306052, 2374168079889664129576960
OFFSET
0,3
LINKS
N. J. A. Sloane, Transforms
FORMULA
a(n) = Sum_{k=1..n} binomial(n,k)*(k-2)!!^2*n^(n-k)*(1-(-1)^k)/2. - Fabian Pereyra, Oct 05 2024
MATHEMATICA
Table[n! SeriesCoefficient[Exp[n x] ArcSin[x], {x, 0, n}], {n, 0, 19}]
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 10 2018
STATUS
approved