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

A012144
sec(arcsin(arctanh(x)))=1+1/2!*x^2+17/4!*x^4+769/6!*x^6+66849/8!*x^8...
0
1, 1, 17, 769, 66849, 9506241, 2007271089, 589807203777, 230194642564161, 115219444193968257, 71962921603647030609, 54865853223458268869505, 50151129904368572197783905, 54139213630083955379966633025
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sec[ArcSin[ArcTanh[x]]], {x, 0, nn}], x] Range[ 0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Jun 22 2022 *)
CROSSREFS
Sequence in context: A355495 A368492 A012221 * A265190 A308490 A374946
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved