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

A012436
cos(arctan(x)*arcsin(x))=1-12/4!*x^4+120/6!*x^6-7728/8!*x^8...
0
1, 0, -12, 120, -7728, 358080, -54956352, 5983845504, -1674895273728, 331567748941824, -147083657045302272, 46138766175213803520, -29742693904194176593920, 13565163573403491059712000
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Cos[ArcTan[x]ArcSin[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Oct 14 2019 *)
CROSSREFS
Sequence in context: A012615 A012559 A009164 * A012619 A012563 A301898
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved