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

A013037
cos(sinh(x)+arcsin(x))=1-4/2!*x^2+96/6!*x^6+896/8!*x^8-9344/10!*x^10...
0
1, -4, 0, 96, 896, -9344, -1723392, -271324928, -59548864512, -16721045069824, -5792347300708352, -2434568360083357696, -1224114312879536340992, -726747927831228516990976
OFFSET
0,2
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Cos[Sinh[x]+ArcSin[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Jan 06 2012 *)
CROSSREFS
Sequence in context: A366828 A337112 A357560 * A129814 A129825 A267441
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved