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