The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A362798 E.g.f. satisfies A(x) = 1/(1-x)^(A(x)^(x^2)). 3
1, 1, 2, 6, 48, 360, 2820, 31500, 393568, 5111568, 78491520, 1345893120, 24286008384, 483716087712, 10526811186528, 241867328844960, 5957816820215040, 157412355684364800, 4380674530640290560, 128826276098289179904, 4010282529115722232320 (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^2 * log(1-x)) / x^2 ) = 1/(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/(1-x)^exp(-lambertw(x^2*log(1-x)))))
CROSSREFS
Sequence in context: A092143 A281027 A271961 * A239836 A052593 A358065
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 6 11:03 EDT 2024. Contains 373127 sequences. (Running on oeis4.)