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!)
A362653 E.g.f. satisfies A(x) = exp( x * exp(x^2) * A(x)^2 ). 1
1, 1, 5, 55, 849, 17641, 462373, 14651295, 545025281, 23291218801, 1124589371301, 60553038168679, 3597677815336465, 233810179507710105, 16499939198003013509, 1256544674435523638671, 102713141497515307408257, 8970278754666722087785825 (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.: exp( -LambertW(-2*x * exp(x^2))/2 ).
a(n) = n! * Sum_{k=0..floor(n/2)} (n-2*k)^k * (2*n-4*k+1)^(n-2*k-1) / (k! * (n-2*k)!).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(-lambertw(-2*x*exp(x^2))/2)))
CROSSREFS
Sequence in context: A132865 A294051 A145662 * A094418 A365588 A367164
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 28 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 April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)