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!)
A013703 Series(W(exp(1)*(1+x)), x) = sum( a[ n ]/(2^(2*n)*n!), n=0..infinity), where W is the Lambert W function. 4

%I #29 Nov 15 2017 21:47:52

%S 1,2,-6,38,-370,4874,-81046,1628710,-38393538,1038795658,-31730277062,

%T 1080038539942,-40538501660306,1663428036271754,-74080097240364918,

%U 3558651343664651174,-183423140013051563746,10097324775041880827402,-591270189493633774009510

%N Series(W(exp(1)*(1+x)), x) = sum( a[ n ]/(2^(2*n)*n!), n=0..infinity), where W is the Lambert W function.

%C The n-th derivative of W(x) at x=exp(1) is exp(-n) * a(n) / 2^(2*n). - _Paolo Bonzini_, Jun 23 2016

%H Alois P. Heinz, <a href="/A013703/b013703.txt">Table of n, a(n) for n = 0..150</a>

%F E.g.f.: LambertW(exp(1)*(1+4*x)). - _Vladeta Jovovic_, Nov 19 2003

%F |a(n)| ~ 4^n * exp(n) * n^(n-1) / (1+exp(2))^(n-1/2). - _Vaclav Kotesovec_, Jul 09 2013

%e LambertW(exp(1)*(1+4*x)) = 1 + 1/2*x - 3/16*x^2 + 19/192*x^3 - 185/3072*x^4 + ...

%p LambertW( exp(1)*(1+x) );

%p seq(n!*coeff(series(LambertW(exp(1)*(1+4*x)), x, n+1), x, n), n=0..20); # _Vaclav Kotesovec_, Jul 09 2013

%t max = 17; (Series[ ProductLog[E*(1 + 4*x)], {x, 0, max}] // CoefficientList[#, x] &)*Range[0, max]! (* _Jean-François Alcover_, Jun 20 2013 *)

%o (Maxima)

%o a(n):= if n<2 then n+1 else 2*(n-1)!*(sum((binomial(n+k-1, n-1)*sum(binomial(k, j)*2^(n-j-1)*sum(binomial(j, l)*(-1)^(l)*sum((l^(n+j-i-1)*binomial(l, i))/(n+j-i-1)!, i, 0, l), l, 1, j), j, 1, k)), k, 1, n-1)); \\ based on A042977, _Paolo Bonzini_, Jun 23 2016

%o (PARI) x='x+O('x^50); Vec(serlaplace(lambertw(exp(1)*(1+4*x)))) \\ _G. C. Greubel_, Nov 15 2017

%Y Twice row sums of A042977.

%K sign

%O 0,2

%A Robert Corless (rmc(AT)pineapple.apmaths.uwo.ca)

%E More terms from _N. J. A. Sloane_.

%E More terms from _Vincenzo Librandi_, Jul 25 2013

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 September 9 15:40 EDT 2024. Contains 375765 sequences. (Running on oeis4.)