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!)
A012209 arctanh(arctan(arctan(x)))=x-2/3!*x^3+32/5!*x^5-1392/7!*x^7+118400/9!*x^9... 0

%I #6 Nov 28 2016 17:51:28

%S 1,-2,32,-1392,118400,-16678144,3517084672,-1037502889984,

%T 407811782836224,-205957880207835136,129921324821854289920,

%U -100089923129501690626048,92456928301505596639674368

%N arctanh(arctan(arctan(x)))=x-2/3!*x^3+32/5!*x^5-1392/7!*x^7+118400/9!*x^9...

%t With[{nn=30},Take[CoefficientList[Series[ArcTanh[ArcTan[ArcTan[x]]],{x,0,nn}],x] Range[0,nn-1]!,{2,-1,2}]] (* _Ray Chandler_, Nov 28 2016 *)

%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 April 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)