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

A012067
cos(arcsin(arcsin(x)))=1-1/2!*x^2-7/4!*x^4-169/6!*x^6-8751/8!*x^8...
0
1, -1, -7, -169, -8751, -789681, -110381943, -22142611737, -6041067843807, -2153812782224097, -972958293249140583, -543350342541113761545, -367659108914973687690255, -296447255926407313341954705
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Cos[ArcSin[ArcSin[x]]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Aug 21 2020 *)
CROSSREFS
Sequence in context: A086373 A162131 A258299 * A012145 A368839 A351154
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved