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

A012442
sec(arctan(x)*arcsin(x))=1+12/4!*x^4-120/6!*x^6+17808/8!*x^8...
0
1, 0, 12, -120, 17808, -962880, 219945792, -31053369984, 10719320103168, -2908608708409344, 1441051026777725952, -637493975166202091520, 433239709928964325478400, -282573293205848764594176000
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sec[ArcTan[x]ArcSin[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Aug 10 2024 *)
CROSSREFS
Sequence in context: A012373 A012620 A012564 * A262204 A037097 A337202
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved