[go: up one dir, main page]

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!)
A372333 Expansion of e.g.f. -exp(x) * LambertW(-2*x)/2. 2
0, 1, 6, 51, 684, 12965, 317298, 9500631, 336237016, 13729172553, 635237632350, 32844916975739, 1876755685038468, 117437155609780461, 7986793018367861194, 586578825469711599135, 46268265552518066488752, 3901008402618593931019409 (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*k)^(k-1) * binomial(n,k).
G.f.: Sum_{k>=1} (2*k)^(k-1) * x^k / (1-x)^(k+1).
a(n) ~ exp(exp(-1)/2) * 2^(n-1) * n^(n-1). - Vaclav Kotesovec, Apr 30 2024
PROG
(PARI) my(N=20, x='x+O('x^N)); concat(0, Vec(serlaplace(-exp(x)*lambertw(-2*x)/2)))
(PARI) a(n) = sum(k=1, n, (2*k)^(k-1)*binomial(n, k));
CROSSREFS
Sequence in context: A125865 A210810 A134276 * A337591 A125803 A197073
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 28 2024
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 30 19:33 EDT 2024. Contains 375545 sequences. (Running on oeis4.)