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

A012805
arctan(sec(x)*arctan(x))=x-1/3!*x^3+33/5!*x^5-1377/7!*x^7+99649/9!*x^9...
0
1, -1, 33, -1377, 99649, -11796673, 2017677153, -471591223841, 144742585812609, -56447611418620289, 27268126498786597537, -15985843319019939868385, 11182140682997302960743361
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcTan[Sec[x]*ArcTan[x]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Ray Chandler, Nov 28 2016 *)
CROSSREFS
Sequence in context: A242492 A065424 A071268 * A093756 A284333 A284198
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved