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

A012145
sech(arcsin(arctanh(x)))=1-1/2!*x^2-7/4!*x^4-169/6!*x^6-9199/8!*x^8...
0
1, -1, -7, -169, -9199, -915441, -146524599, -34565815257, -11286151088991, -4868161148587617, -2677533017865604839, -1826930427561513127305, -1513046625847449915823695, -1494316021415982844933350225
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sech[ArcSin[ArcTanh[x]]], {x, 0, nn}], x] Range[ 0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, May 05 2022 *)
CROSSREFS
Sequence in context: A162131 A258299 A012067 * A368839 A351154 A005019
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved