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!)
A360481 E.g.f. satisfies A(x) = x * exp(x + 2 * A(x)). 4
0, 1, 6, 63, 1044, 23805, 692118, 24482115, 1020584232, 49000005945, 2662853279850, 161586078510879, 10830019921469532, 794577001293803637, 63339899145968483262, 5451312770064188283195, 503784284643602483767632, 49757423537114340032969073 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
E.g.f.: A(x) = -LambertW(-2*x * exp(x))/2.
a(n) = Sum_{k=1..n} 2^(k-1) * k^(n-1) * binomial(n,k).
a(n) ~ sqrt(1 + LambertW(exp(-1)/2)) * n^(n-1) / (2 * LambertW(exp(-1)/2)^n * exp(n)). - Vaclav Kotesovec, Feb 17 2023
PROG
(PARI) my(N=20, x='x+O('x^N)); concat(0, Vec(serlaplace(-lambertw(-2*x*exp(x))/2)))
(PARI) a(n) = sum(k=1, n, 2^(k-1)*k^(n-1)*binomial(n, k));
CROSSREFS
Cf. A360473.
Sequence in context: A280476 A295241 A271607 * A079244 A023815 A249590
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 09 2023
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 13 03:50 EDT 2024. Contains 372497 sequences. (Running on oeis4.)