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!)
A362795 E.g.f. satisfies A(x) = (1+x)^(A(x)^(x^2)). 3
1, 1, 0, 0, 24, 0, -60, 7980, -12992, -23184, 10320480, -54616320, 160009344, 33740939232, -391545030240, 3173349947040, 211401523687680, -4586955333880320, 66611949275370240, 2068372502060292864, -82278329345056212480, 1885659676128917982720 (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.: exp( -LambertW(-x^2 * log(1+x)) / x^2 ) = (1+x)^exp( -LambertW(-x^2 * log(1+x)) ).
E.g.f.: Sum_{k>=0} (k*x^2 + 1)^(k-1) * (log(1+x))^k / k!.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace((1+x)^exp(-lambertw(-x^2*log(1+x)))))
CROSSREFS
Sequence in context: A075404 A356304 A308234 * A242837 A353324 A194894
KEYWORD
sign
AUTHOR
Seiichi Manyama, May 04 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 June 30 06:39 EDT 2024. Contains 373861 sequences. (Running on oeis4.)