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

A012734
arctanh(arctanh(x)*arctan(x))=2/2!*x^2+448/6!*x^6+2380032/10!*x^10...
0
2, 448, 2380032, 69695846400, 6697099792220160, 1606188416621920911360, 810882197441673837894696960, 766865924510666637669136261447680
OFFSET
0,1
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcTanh[ArcTanh[x]*ArcTan[x]], {x, 0, nn}], x] Range[0, nn]!, {3, -1, 4}]] (* Ray Chandler, Nov 28 2016 *)
CROSSREFS
Sequence in context: A118710 A159513 A012730 * A363699 A099686 A066152
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved