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

A012501
cos(cos(x)*arctan(x))=1-1/2!*x^2+21/4!*x^4-645/6!*x^6+34153/8!*x^8...
0
1, -1, 21, -645, 34153, -2966505, 380114493, -67244074989, 15717842398417, -4694489063253585, 1744673430747688805, -789702534539438543573, 427739642844597474379833, -273184203052102765688128825
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Cos[Cos[x]ArcTan[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Sep 06 2020 *)
CROSSREFS
Sequence in context: A025752 A163032 A209264 * A027408 A177840 A297312
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved