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

A012086
sech(arcsin(tan(x)))=1-1/2!*x^2-7/4!*x^4-121/6!*x^6-5167/8!*x^8...
0
1, -1, -7, -121, -5167, -487441, -78804727, -18558463561, -5919443326687, -2457116797560481, -1289150916753299047, -834798631079038210201, -654139310316332313889807, -610085118687493622960844721
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sech[ArcSin[Tan[x]]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Sep 17 2023 *)
CROSSREFS
Sequence in context: A316730 A211103 A012103 * A074487 A192566 A322090
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved