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!)
A372156 E.g.f. A(x) satisfies A(x) = exp( 2 * x * (1 + x * A(x)^(1/2)) ). 2
1, 2, 8, 44, 328, 3032, 33964, 445580, 6727984, 114892784, 2192201044, 46233324788, 1068561369352, 26865052934696, 730137962157244, 21334636036296668, 667074635111434336, 22225983296836137440, 786215841115748129956, 29429693502599243538884 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
E.g.f.: A(x) = exp( 2*x - 2*LambertW(-x^2 * exp(x)) ).
If e.g.f. satisfies A(x) = exp( r*x*A(x)^(t/r) * (1 + x*A(x)^(u/r))^s ), then a(n) = r * n! * Sum_{k=0..n} (t*k+u*(n-k)+r)^(k-1) * binomial(s*k,n-k)/k!.
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(2*x-2*lambertw(-x^2*exp(x)))))
(PARI) a(n, r=2, s=1, t=0, u=1) = r*n!*sum(k=0, n, (t*k+u*(n-k)+r)^(k-1)*binomial(s*k, n-k)/k!);
CROSSREFS
Sequence in context: A293905 A244430 A190818 * A330444 A253949 A336545
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 20 2024
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 13 14:24 EDT 2024. Contains 374284 sequences. (Running on oeis4.)