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!)
A356925 E.g.f. satisfies A(x) = 1/(1 - x)^(exp(x) * A(x)). 2
1, 1, 6, 51, 614, 9655, 188209, 4389532, 119363488, 3711190881, 129932611723, 5060364817200, 217054300138136, 10168837756846145, 516709033266165479, 28306732060349788908, 1663231006737554997168, 104344911495734048046929 (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.: A(x) = Sum_{k>=0} (k+1)^(k-1) * (-exp(x) * log(1-x))^k / k!.
E.g.f.: A(x) = exp( -LambertW(exp(x) * log(1-x)) ).
E.g.f.: A(x) = LambertW(exp(x) * log(1-x))/(exp(x) * log(1-x)).
a(n) ~ sqrt(1 + exp(1+r)/(1-r)) * n^(n-1) / (r^(n - 1/2) * exp(n-1)), where r = 0.249272970940807862774650581662931601739615720771408527... is the root of the equation exp(1+r) * log(1-r) = -1. - Vaclav Kotesovec, Nov 14 2022
MATHEMATICA
nmax = 20; CoefficientList[Series[LambertW[E^x * Log[1-x]]/(E^x * Log[1-x]), {x, 0, nmax}], x] * Range[0, nmax]! (* Vaclav Kotesovec, Nov 14 2022 *)
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=0, N, (k+1)^(k-1)*(-exp(x)*log(1-x))^k/k!)))
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(-lambertw(exp(x)*log(1-x)))))
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(lambertw(exp(x)*log(1-x))/(exp(x)*log(1-x))))
CROSSREFS
Sequence in context: A293128 A304185 A215003 * A134525 A125865 A210810
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 04 2022
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 May 21 21:53 EDT 2024. Contains 372738 sequences. (Running on oeis4.)