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”).

A012693
arctan(tanh(x)*sinh(x))=2/2!*x^2-4/4!*x^4-178/6!*x^6+5336/8!*x^8...
0
2, -4, -178, 5336, 363002, -51606124, -2970605818, 1739354509616, -3370162346638, -146251701849391444, 20841577570771860542, 24665031557633886866696, -10649944278498283837904278
OFFSET
0,1
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcTan[Tanh[x]Sinh[x]], {x, 0, nn}], x] Range[0, nn]!, {3, -1, 2}]] (* Harvey P. Dale, Nov 12 2014 *)
CROSSREFS
Sequence in context: A009553 A012371 A009815 * A018608 A018611 A012369
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved