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!)
A012059 arctanh(sin(arctanh(x))) = x + (3/3!)*x^3 + (49/5!)*x^5 + (1915/7!)*x^7 + (136225/9!)*x^9 + ... 0

%I #10 Aug 17 2018 16:20:25

%S 1,3,49,1915,136225,15321875,2499086225,557414129675,162944338818625,

%T 60444849108947875,27742201644414960625,15435312024168291246875,

%U 10237075067482444345750625,7979873933940396519383421875

%N arctanh(sin(arctanh(x))) = x + (3/3!)*x^3 + (49/5!)*x^5 + (1915/7!)*x^7 + (136225/9!)*x^9 + ...

%F a(n) ~ 2 * (2*n)! / (tanh(Pi/2))^(2*n+1). - _Vaclav Kotesovec_, Feb 05 2015

%t nn = 20; Table[(CoefficientList[Series[ArcTanh[Sin[ArcTanh[x]]], {x, 0, 2*nn+1}], x] * Range[0, 2*nn+1]!)[[n]], {n, 2, 2*nn, 2}] (* _Vaclav Kotesovec_, Feb 05 2015 *)

%K nonn

%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 29 05:48 EDT 2024. Contains 371265 sequences. (Running on oeis4.)