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!)
A372279 E.g.f. A(x) satisfies A(x) = exp( x * ( exp(x) * A(x) )^(5/2) ). 1
1, 1, 11, 181, 4461, 148101, 6202651, 314158461, 18682884681, 1276509416761, 98552772971451, 8485633118339301, 806247602665104661, 83796784405535693181, 9457590223483413296811, 1151924494605809502276301, 150602291336042725831941201 (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) = exp( -2/5 * LambertW(-5*x/2 * exp(5*x/2)) ).
E.g.f.: A(x) = ( -LambertW(-5*x/2 * exp(5*x/2)) / (5*x/2 * exp(5*x/2)) )^(2/5).
E.g.f.: A(x) = ( Sum_{k>=0} (k+1)^(k-1) * (5*x/2 * exp(5*x/2))^k / k! )^(2/5).
a(n) = Sum_{k=0..n} (5*k/2)^(n-k) * (5*k/2+1)^(k-1) * binomial(n,k).
a(n) ~ sqrt(1 + LambertW(exp(-1))) * 5^(n-1) * n^(n-1) / (exp(n - 2/5) * 2^(n-1) * LambertW(exp(-1))^n). - Vaclav Kotesovec, May 06 2024
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(-2/5*lambertw(-5/2*x*exp(5*x/2)))))
(PARI) a(n) = sum(k=0, n, (5*k/2)^(n-k)*(5*k/2+1)^(k-1)*binomial(n, k));
CROSSREFS
Cf. A372278.
Sequence in context: A321848 A112943 A258381 * A057618 A270663 A068648
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 July 16 19:40 EDT 2024. Contains 374358 sequences. (Running on oeis4.)