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!)
A362571 E.g.f. satisfies A(x) = exp(x * A(x)^(x^2)). 4
1, 1, 1, 1, 25, 121, 361, 8401, 82321, 456625, 11496241, 172149121, 1452983401, 40947003241, 823437038425, 9491714865361, 300842942443681, 7568303382376801, 111494036396244961, 3957438528527140225, 119206427681076135481, 2147109997071581380441 (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.: (-LambertW(-x^3) / 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)} (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
Sequence in context: A367719 A293493 A356629 * A198040 A141722 A090159
KEYWORD
nonn
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 02:40 EDT 2024. Contains 374360 sequences. (Running on oeis4.)