login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
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 December 6 22:36 EST 2023. Contains 367616 sequences. (Running on oeis4.)