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!)
A356000 Expansion of e.g.f. -LambertW((1 - exp(2*x))/2). 2
0, 1, 4, 25, 236, 3061, 50670, 1020881, 24245576, 663290281, 20541118266, 710366714773, 27135242829436, 1134708855427629, 51556563327940390, 2529164265815033241, 133229047747850647312, 7500633471737652798673, 449445732625670948076530 (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) * Stirling2(n,k).
a(n) ~ 2^(n - 1/2) * sqrt(exp(1) + 2) * n^(n-1) / (exp(n) * (log(exp(1) + 2) - 1)^(n - 1/2)). - Vaclav Kotesovec, Oct 04 2022
MATHEMATICA
With[{m = 20}, Range[0, m]! * CoefficientList[Series[-ProductLog[(1 - Exp[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((1-exp(2*x))/2))))
(PARI) a(n) = sum(k=1, n, 2^(n-k)*k^(k-1)*stirling(n, k, 2));
CROSSREFS
Sequence in context: A365053 A224080 A194569 * A198058 A099696 A345105
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 August 11 13:15 EDT 2024. Contains 375069 sequences. (Running on oeis4.)