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

A013048
arctan(sinh(x)+tan(x))=2*x-13/3!*x^3+545/5!*x^5-56943/7!*x^7...
0
2, -13, 545, -56943, 11117105, -3487836823, 1604931814265, -1018249076690703, 851905379176813025, -908738393030606172583, 1203783991693440890209385, -1938726869386079701650506463
OFFSET
0,1
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcTan[Sinh[x]+Tan[x]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Aug 02 2018 *)
CROSSREFS
Sequence in context: A015183 A163262 A132570 * A342958 A012981 A154356
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved