login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A355842 E.g.f. satisfies A(x) = 1/(1 - x)^(x * A(x)). 8
1, 0, 2, 3, 44, 210, 3054, 27300, 449952, 6020784, 115381080, 2053568880, 45733246536, 1010390340960, 25916586868704, 680621684914080, 19881379012231680, 603034125051738240, 19833651290982164544, 680927283288289169280, 24953207662252739030400 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp( -LambertW(x * log(1-x)) ).
E.g.f.: LambertW(x * log(1-x)) / (x * log(1-x)).
a(n) ~ sqrt(1 + exp(1)*r^2/(1-r)) * n^(n-1) / (exp(n-1) * r^n), where r = 0.5123112855238643734867005914814802444318611742265... is the positive root of the equation r*log(1-r) = -exp(-1). - Vaclav Kotesovec, Jul 21 2022
a(n) = n! * Sum_{k=0..floor(n/2)} (k+1)^(k-1) * |Stirling1(n-k,k)|/(n-k)!. - Seiichi Manyama, Aug 28 2022
MATHEMATICA
nmax = 20; CoefficientList[Series[LambertW[x * Log[1-x]] / (x * Log[1-x]), {x, 0, nmax}], x] * Range[0, nmax]! (* Vaclav Kotesovec, Jul 21 2022 *)
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(-lambertw(x*log(1-x)))))
(PARI) a(n) = n!*sum(k=0, n\2, (k+1)^(k-1)*abs(stirling(n-k, k, 1))/(n-k)!); \\ Seiichi Manyama, Aug 28 2022
CROSSREFS
Sequence in context: A329945 A239850 A354613 * A100443 A334243 A323619
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 18 2022
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 11:46 EDT 2024. Contains 371241 sequences. (Running on oeis4.)