OFFSET
0,3
FORMULA
Observe that arcsin(tanh(x)) = int {0..x} 1/cosh(t) so the generating function for this sequence is cosh( int {0..x} 1/cosh(t) ). Note the similarity to the generating function for A000364: cosh( int {0..x} 1/cos(t) ) = 1+x^2/2!+5*x^4/4!+61*x^6/6!+... - Peter Bala, Aug 24 2011.
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Cosh[ArcSin[Tanh[x]]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Mar 08 2015 *)
CROSSREFS
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
More terms from Harvey P. Dale, Mar 08 2015
STATUS
approved