OFFSET
0,4
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..400
FORMULA
a(n) ~ n^n / (sqrt(1 + 2*exp(1/2)*r^(3/2)/(1-r)) * exp(n) * r^n), where r = 0.55649932684118223515411845920949612663857069... is the root of the equation r*log(1-r)^2 = exp(-1).
MATHEMATICA
nmax = 25; CoefficientList[Series[1/(1+LambertW[-x*Log[1-x]^2]), {x, 0, nmax}], x] * Range[0, nmax]!
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 27 2026
STATUS
approved
