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

A012038
cos(sin(arcsinh(x)))=1-1/2!*x^2+9/4!*x^4-201/6!*x^6+8753/8!*x^8...
0
1, -1, 9, -201, 8753, -634481, 69292281, -10655767929, 2197620415201, -585914236294753, 196238045270790761, -80691386297887323561, 39976011626025680236049, -23490521419525456192130001
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Cos[Sin[ArcSinh[x]]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Feb 16 2012 *)
CROSSREFS
Sequence in context: A012061 A012168 A012133 * A012108 A251587 A103914
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved