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!)
A012562 arctanh(sinh(x)*arctan(x)) = 2/2!*x^2 - 4/4!*x^4 + 350/6!*x^6 - 11240/8!*x^8 + ... 0

%I

%S 0,2,-4,350,-11240,1703578,-193890860,49492653366,-12321392081232,

%T 4919573673167538,-2124948350723616724,1246509899975408733326,

%U -820629733751515166342200,671843179144303883329974346,-622270861646882104886119580924

%N arctanh(sinh(x)*arctan(x)) = 2/2!*x^2 - 4/4!*x^4 + 350/6!*x^6 - 11240/8!*x^8 + ...

%t With[{nn=30},Take[CoefficientList[Series[ArcTanh[Sinh[x]ArcTan[x]],{x,0,nn}],x]Range[0,nn]!,{1,-1,2}]] (* _Harvey P. Dale_, Nov 16 2012 *)

%K sign

%O 0,2

%A Patrick Demichel (patrick.demichel(AT)hp.com)

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 March 25 22:57 EDT 2023. Contains 361529 sequences. (Running on oeis4.)