login
A392915
Expansion of e.g.f. -LambertW(-x*log(1-x)^2).
3
0, 0, 0, 6, 24, 110, 1320, 13916, 142464, 2049624, 33142320, 544496832, 10291564800, 218303448480, 4876345463808, 117792553680720, 3097357482401280, 86434348852857600, 2558467818878374656, 80688669655929224832, 2688349420757785743360, 94211227356606815454720, 3474423524089075296549888
OFFSET
0,4
LINKS
FORMULA
a(n) ~ sqrt(1 + 2*exp(1/2)*r^(3/2)/(1-r)) * n^(n-1) / (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[-LambertW[-x*Log[1-x]^2], {x, 0, nmax}], x] * Range[0, nmax]!
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 27 2026
STATUS
approved