[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!)
A372320 Expansion of e.g.f. -exp( x + LambertW(-2*x)/2 ). 3
-1, 0, 4, 36, 464, 8560, 206112, 6104896, 214376192, 8701657344, 400748710400, 20642974511104, 1175888936749056, 73389707156586496, 4980134850525986816, 365062349226075463680, 28747688571714736160768, 2420266280392895064506368 (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=0..n} (2*k-1)^(k-1) * binomial(n,k).
G.f.: Sum_{k>=0} (2*k-1)^(k-1) * x^k / (1-x)^(k+1).
a(n) ~ 2^(n-1) * n^(n-1) * exp((exp(-1) - 1)/2). - Vaclav Kotesovec, May 06 2024
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(-exp(x+lambertw(-2*x)/2)))
(PARI) a(n) = sum(k=0, n, (2*k-1)^(k-1)*binomial(n, k));
CROSSREFS
Sequence in context: A307903 A213596 A009533 * A135906 A197446 A291313
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 27 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 13:06 EDT 2024. Contains 375543 sequences. (Running on oeis4.)