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

A012852
sech(sec(x)*arctanh(x))=1-1/2!*x^2-15/4!*x^4-225/6!*x^6+3297/8!*x^8...
0
1, -1, -15, -225, 3297, 973695, 99434577, 3364479391, -1767300967487, -640573924497921, -102867079807004495, 22939113754550703391, 27513402069157221548193, 11830594343212717024871295
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sech[Sec[x]ArcTanh[x]], {x, 0, nn}], x] Range[ 0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Aug 07 2022 *)
CROSSREFS
Sequence in context: A224191 A224349 A224008 * A171289 A262336 A189906
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved