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!)
A362794 E.g.f. satisfies A(x) = (1+x)^(A(x)^x). 3
1, 1, 0, 6, 0, 170, -120, 12446, -35336, 1832400, -12172320, 469680552, -5524990416, 189586178184, -3321122831208, 111608536026360, -2599887499382400, 90253048158627072, -2595580675897337856, 95720854442948910720, -3237436187047116892800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
E.g.f.: exp( -LambertW(-x * log(1+x)) / x ) = (1+x)^exp( -LambertW(-x * log(1+x)) ).
E.g.f.: Sum_{k>=0} (k*x + 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*log(1+x)))))
CROSSREFS
Sequence in context: A266218 A240818 A134680 * A336303 A111372 A294686
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 24 12:13 EDT 2024. Contains 373677 sequences. (Running on oeis4.)