The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A357321 Expansion of e.g.f. -LambertW(log(1 - 2*x)/2). 2
0, 1, 4, 29, 308, 4349, 77094, 1650893, 41532280, 1201865049, 39351776970, 1438731784137, 58107225611412, 2569486856423733, 123475320944016846, 6407225728624769925, 357061085760608504304, 21268522319028809507889, 1348496822257863921774738 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
a(n) = Sum_{k=1..n} 2^(n-k) * k^(k-1) * |Stirling1(n,k)|.
a(n) ~ 2^(n - 1/2) * n^(n-1) / ((-1 + exp(2*exp(-1)))^(n - 1/2) * exp(n - 2*n*exp(-1) - 1/2)). - Vaclav Kotesovec, Oct 04 2022
MATHEMATICA
With[{m = 20}, Range[0, m]! * CoefficientList[Series[-ProductLog[Log[1 - 2*x]/2], {x, 0, m}], x]] (* Amiram Eldar, Sep 24 2022 *)
PROG
(PARI) my(N=20, x='x+O('x^N)); concat(0, Vec(serlaplace(-lambertw(log(1-2*x)/2))))
(PARI) a(n) = sum(k=1, n, 2^(n-k)*k^(k-1)*abs(stirling(n, k, 1)));
CROSSREFS
Sequence in context: A360834 A349599 A214654 * A067146 A210949 A014622
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 24 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 May 14 14:06 EDT 2024. Contains 372533 sequences. (Running on oeis4.)