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

A012211
sech(arctan(arctan(x)))=1-1/2!*x^2+21/4!*x^4-1149/6!*x^6+119305/8!*x^8...
0
1, -1, 21, -1149, 119305, -20082841, 4984310493, -1711500674389, 776816116717457, -450301381427975089, 324553968807761095973, -284661632752853556677805, 298518404617173649259722905
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sech[ArcTan[ArcTan[x]]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Ray Chandler, Nov 28 2016 *)
CROSSREFS
Sequence in context: A270505 A086098 A086875 * A297071 A036059 A036519
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved