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

A012733
arcsinh(arctanh(x)*arctan(x))=2/2!*x^2+88/6!*x^6+353952/10!*x^10...
0
2, 88, 353952, 4859875200, 286589256061440, 38349390501320693760, 11520524205295446001950720, 6360705742909296331970308177920
OFFSET
0,1
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcSinh[ArcTanh[x]ArcTan[x]], {x, 0, nn}], x] Range[0, nn]!, {3, -1, 4}]] (* Harvey P. Dale, Apr 12 2013 *)
CROSSREFS
Sequence in context: A266182 A362519 A012728 * A058459 A355272 A105268
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by Harvey P. Dale, Apr 12 2013
STATUS
approved