login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A012208
tanh(arctan(arctan(x)))=x-6/3!*x^3+184/5!*x^5-13136/7!*x^7...
0
1, -6, 184, -13136, 1679488, -335723264, 96492653568, -37665610561536, 19158060131778560, -12304193595906129920, 9734505561510299566080, -9299736312230986726768640, 10553185490408007072659537920
OFFSET
0,2
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Tanh[ArcTan[ArcTan[x]]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Nov 15 2014 *)
CROSSREFS
Sequence in context: A041429 A089905 A222887 * A012181 A012224 A274272
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by Harvey P. Dale, Nov 15 2014
STATUS
approved