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

A012952
cos(tan(x)+arcsin(x))=1-4/2!*x^2-8/4!*x^4+26/6!*x^6+4008/8!*x^8...
0
1, -4, -8, 26, 4008, 288486, 23670420, 2395713498, 304636017840, 49472656345230, 10516377983584300, 2991272711709675554, 1135988864475032518984, 557539993775779096522774
OFFSET
0,2
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Cos[Tan[x]+ArcSin[x]], {x, 0, nn}], x] Range[ 0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Mar 23 2023 *)
CROSSREFS
Sequence in context: A333894 A218079 A012982 * A272588 A272228 A051243
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved