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

A012102
arctan(arcsin(sinh(x)))=x+4/5!*x^5+192/7!*x^7+9616/9!*x^9...
0
1, 0, 4, 192, 9616, 1115392, 172350528, 37703053312, 10989042954496, 4099556761067520, 1910734175200936960, 1087150572502335373312, 741705342559787764715520, 597689034047543849712812032
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcTan[ArcSin[Sinh[x]]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Jul 13 2014 *)
CROSSREFS
Sequence in context: A123116 A163839 A012015 * A274304 A299999 A007341
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved