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!)
A277480 E.g.f.: -tanh(x)*LambertW(-x). 4

%I #14 Nov 06 2017 02:42:31

%S 0,0,2,6,28,280,3486,50624,877080,17677440,404537050,10360548352,

%T 293676213876,9126971869184,308568877413174,11274243944693760,

%U 442681525701106096,18588860836606935040,831243363178769061426,39436124829328468606976,1978382154057910059275340

%N E.g.f.: -tanh(x)*LambertW(-x).

%H Robert Israel, <a href="/A277480/b277480.txt">Table of n, a(n) for n = 0..387</a>

%F a(n) ~ tanh(exp(-1)) * n^(n-1).

%F a(n) = Sum_{k=0..floor(n/2)-1} binomial(n,2*k+1)*(m-2*k-1)^(m-2*k-2) - Sum_{k=1..floor(n/2)} binomial(n,2*k)*a(n-2*k). - _Robert Israel_, Oct 26 2016

%p F:= proc(m) option remember; add(binomial(m,2*k+1)*(m-2*k-1)^(m-2*k-2),k=0..floor(m/2)-1) - add(binomial(m,2*k)*procname(m-2*k),k=1..floor(m/2)) end proc:

%p map(F, [$0..30]); # _Robert Israel_, Oct 26 2016

%t CoefficientList[Series[-Tanh[x]*LambertW[-x], {x, 0, 20}], x] * Range[0, 20]!

%o (PARI) x='x+O('x^50); concat([0,0],Vec(serlaplace(tanh(-x)*lambertw(-x))) ) \\ _G. C. Greubel_, Nov 05 2017

%Y Cf. A000169, A277468, A277473, A277479.

%K nonn

%O 0,3

%A _Vaclav Kotesovec_, Oct 17 2016

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 07:46 EDT 2024. Contains 374274 sequences. (Running on oeis4.)