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!)
A362796 E.g.f. satisfies A(x) = 1/(1-x)^(A(x)^x). 3
1, 1, 2, 12, 72, 650, 6480, 80906, 1121512, 18069264, 320204160, 6348340152, 136915211664, 3230148306216, 82078412377416, 2248247450065080, 65771634671679360, 2052879248516927232, 67955959831214467584, 2381716543764159438336 (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(x * log(1-x)) / x ) = 1/(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=20, x='x+O('x^N)); Vec(serlaplace(1/(1-x)^exp(-lambertw(x*log(1-x)))))
CROSSREFS
Sequence in context: A348767 A335786 A005443 * A002867 A235359 A130426
KEYWORD
nonn
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 28 14:55 EDT 2024. Contains 373800 sequences. (Running on oeis4.)