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

A013368
sech(sin(x)-arctan(x))=1-10/6!*x^6+1288/8!*x^8-152934/10!*x^10...
0
1, 0, 0, -10, 1288, -152934, 22044484, -4128980986, 1002646613616, -309256569835534, 118408798212804028, -55134457643443006338, 30684616930799120314216, -20117431906536006109520470
OFFSET
0,4
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sech[Sin[x]-ArcTan[x]], {x, 0, nn}], x]Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Jan 31 2013 *)
CROSSREFS
Sequence in context: A013367 A013366 A013364 * A317012 A160104 A361495
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved