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

A012184
sech(tan(arctanh(x)))=1-1/2!*x^2-11/4!*x^4-301/6!*x^6-14839/8!*x^8...
1
1, -1, -11, -301, -14839, -1109881, -110852675, -12696026981, -1044878845295, 344502726652559, 397767671438223365, 311149018395487011299, 242840543036206414510489, 203578596149994366707196439, 187397387863859771967571124941, 190632732651754400283645304176299
OFFSET
0,3
LINKS
MATHEMATICA
With[{nn=40}, Take[CoefficientList[Series[Sech[Tan[ArcTanh[x]]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Jul 22 2014 *)
CROSSREFS
Sequence in context: A067424 A001538 A101269 * A012027 A279181 A002114
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
More terms from Harvey P. Dale, Jul 22 2014
STATUS
approved