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!)
A362569 E.g.f. satisfies A(x) = exp(x/A(x)^(x^2)). 3
1, 1, 1, 1, -23, -119, -359, 6721, 78961, 450577, -7867439, -160506719, -1421049959, 23995634521, 745945175977, 9197488067041, -152057966904479, -6667968305775839, -107047941299543519, 1740437689443523777, 102311231044267813321, 2043217889363061489961 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
E.g.f.: (x^3 / LambertW(x^3))^(1/x^2) = exp(LambertW(x^3) / x^2) = exp(x * exp(-LambertW(x^3))).
a(n) = n! * Sum_{k=0..floor(n/3)} (-1)^k * (n-2*k)^k * binomial(n-2*k-1,k)/(n-2*k)!.
E.g.f.: Sum_{k>=0} (-k*x^2 + 1)^(k-1) * x^k / k!.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(x*exp(-lambertw(x^3)))))
CROSSREFS
Cf. A362571.
Sequence in context: A358063 A367722 A293565 * A099068 A220408 A044355
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 25 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 17 04:55 EDT 2024. Contains 374360 sequences. (Running on oeis4.)