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!)
A360601 E.g.f. satisfies A(x) = exp(x*A(x)^2) / (1-x). 3
1, 2, 13, 166, 3265, 87306, 2957509, 121400350, 5857287937, 324884241874, 20370279663901, 1424790170536470, 109990236302275201, 9289460282062082266, 852049115732672006101, 84345608594930495005966, 8962937531710834906989313, 1017655033307013508626619554 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
E.g.f.: sqrt(LambertW( -2*x/(1-x)^2 ) / (-2*x)).
a(n) ~ sqrt(1 + 2*exp(-1) - sqrt(1 + 2*exp(-1))) * n^(n-1) / (2 * (sqrt(1 + 2*exp(-1)) - 1)^(3/2) * exp(2*n + 1/2) * (1 + exp(-1) - sqrt(1 + 2*exp(-1)))^n). - Vaclav Kotesovec, Mar 06 2023
a(n) = n! * Sum_{k=0..n} (2*k+1)^(k-1) * binomial(n+k,n-k)/k!. - Seiichi Manyama, Mar 09 2024
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sqrt(lambertw(-2*x/(1-x)^2)/(-2*x))))
CROSSREFS
Cf. A370875.
Sequence in context: A098638 A090643 A132521 * A177448 A258224 A351021
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 05 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 July 18 21:02 EDT 2024. Contains 374388 sequences. (Running on oeis4.)