OFFSET
0,3
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..385
FORMULA
a(n) ~ sqrt(tan(exp(-1))) * exp(1/2 - n) * n^(n-1) / sin(exp(-1))^n.
MATHEMATICA
CoefficientList[Series[-LambertW[-ArcSin[x]], {x, 0, 20}], x] * Range[0, 20]!
PROG
(PARI) x='x+O('x^30); concat([0], Vec(serlaplace(-lambertw(-asin(x))))) \\ G. C. Greubel, Nov 12 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 18 2016
STATUS
approved