The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A012016 arctanh(sin(tan(x)))=x+3/3!*x^3+41/5!*x^5+1299/7!*x^7+74609/9!*x^9... 1
1, 3, 41, 1299, 74609, 6787811, 898506649, 163241051315, 39007280136801, 11866656488375747, 4479287777805494665, 2054673461380880189779, 1125793481954983195433681, 726247496033154181534638755 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ 2 * (2*n)! / (arctan(Pi/2))^(2*n+1). - Vaclav Kotesovec, Oct 24 2013
MATHEMATICA
Table[n!*SeriesCoefficient[ArcTanh[Sin[Tan[x]]], {x, 0, n}] , {n, 1, 40, 2}] (* Vaclav Kotesovec, Oct 24 2013 *)
With[{nn=30}, Take[CoefficientList[Series[ArcTanh[Sin[Tan[x]]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Oct 09 2018 *)
CROSSREFS
Bisection of A009329.
Sequence in context: A012225 A012129 A012035 * A207993 A187540 A012104
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
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 June 3 10:43 EDT 2024. Contains 373060 sequences. (Running on oeis4.)