[go: up one dir, main page]

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

A013415
sech(arcsin(x)-arctan(x))=1-90/6!*x^6+2520/8!*x^8-368550/10!*x^10...
0
1, 0, 0, -90, 2520, -368550, 36798300, -8485126650, 1746971226000, -623950950372750, 216093789514102500, -111905269600936061250, 58297381976449590975000, -41488228251938936311593750
OFFSET
0,4
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sech[ArcSin[x]-ArcTan[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Mar 22 2023 *)
CROSSREFS
Sequence in context: A013414 A013413 A013411 * A367458 A240426 A065950
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved