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!)
A191719 Expansion of e.g.f. arctan(x*exp(x)). 7
0, 1, 2, 1, -20, -151, -354, 6217, 100472, 537777, -7631270, -223395919, -2120164188, 22050300505, 1154262915638, 17130776734905, -105423782758544, -11372993234072863, -245877012220234446, 345837436238423521, 188329590656514108380 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n!*Sum_{m=1..(n+1)/2} ((2*m-1)^(n-2*m)*(-1)^(m-1))/(n-2*m+1)!.
a(n) ~ (n-1)! * sin(n*arctan(1/tan(r))) * (cos(r)/r)^n, where r = Im(LambertW(I)) = A305200 = 0.576412723031435283148289239887... is the root of the equation exp(r*tan(r))=cos(r)/r. - Vaclav Kotesovec, Jan 02 2014
MATHEMATICA
Rest[CoefficientList[Series[ArcTan[x*Exp[x]], {x, 0, 20}], x]*Range[0, 20]!] (* Vaclav Kotesovec, Jan 02 2014 *)
PROG
(Maxima)
a(n):=n!*sum(((2*m-1)^(n-2*m)*(-1)^(m-1))/(n-2*m+1)!, m, 1, (n+1)/2);
CROSSREFS
Sequence in context: A013158 A012932 A013163 * A009768 A051492 A164827
KEYWORD
sign
AUTHOR
Vladimir Kruchinin, Jun 13 2011
EXTENSIONS
a(0)=0 prepended by Seiichi Manyama, Oct 01 2021
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 April 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)