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!)
A372278 E.g.f. A(x) satisfies A(x) = exp( x * (1 + A(x)^(5/2)) ). 1
1, 2, 14, 218, 5256, 172332, 7161964, 360849848, 21378442976, 1456505344592, 112197636802224, 9643110922761648, 914870017865191936, 94969006015521439232, 10707303771557931935744, 1302965738334245437242368, 170216425515761065556430336 (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( x - 2/5 * LambertW(-5*x/2 * exp(5*x/2)) ).
If e.g.f. satisfies A(x) = exp( r*x*A(x)^(t/r) * (1 + A(x)^(u/r)) ), then a(n) = r * Sum_{k=0..n} (t*n+u*k+r)^(n-1) * binomial(n,k).
G.f.: Sum_{k>=0} (5*k/2+1)^(k-1) * x^k/(1 - (5*k/2+1)*x)^(k+1).
a(n) ~ sqrt(1 + LambertW(exp(-1))) * 5^(n-1) * n^(n-1) / (2^(n-1) * LambertW(exp(-1))^(n + 2/5) * exp(n)). - Vaclav Kotesovec, May 06 2024
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(x-2/5*lambertw(-5*x/2*exp(5*x/2)))))
(PARI) a(n, r=1, t=0, u=5/2) = r*sum(k=0, n, (t*n+u*k+r)^(n-1)*binomial(n, k));
(PARI) my(N=20, x='x+O('x^N)); Vec(sum(k=0, N, (5*k/2+1)^(k-1)*x^k/(1-(5*k/2+1)*x)^(k+1)))
CROSSREFS
Sequence in context: A136550 A068369 A034405 * A197210 A153668 A105749
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 25 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 June 28 12:12 EDT 2024. Contains 373786 sequences. (Running on oeis4.)