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!)
A012177 tan(tan(arctanh(x)))=x+6/3!*x^3+176/5!*x^5+11792/7!*x^7... 1

%I #8 Feb 06 2015 16:46:11

%S 1,6,176,11792,1399808,258010112,68048472064,24288413734912,

%T 11265869660880896,6584336654436794368,4732528038730841194496,

%U 4101916559962554300891136,4218542156655644369974460416

%N tan(tan(arctanh(x)))=x+6/3!*x^3+176/5!*x^5+11792/7!*x^7...

%H Vaclav Kotesovec, <a href="/A012177/b012177.txt">Table of n, a(n) for n = 0..195</a>

%F a(n) = 8*(2*n+1)! / ((4+Pi^2) * cosh(arctan(Pi/2))^2 * tanh(arctan(Pi/2))^(2*n+2)). - _Vaclav Kotesovec_, Feb 06 2015

%t nn = 20; Table[(CoefficientList[Series[Tan[Tan[ArcTanh[x]]], {x, 0, 2*nn+1}], x] * Range[0, 2*nn+1]!)[[n]], {n, 2, 2*nn, 2}] (* _Vaclav Kotesovec_, Feb 06 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 April 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)