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

A013141
sin(tanh(x)+arctan(x))=2*x-12/3!*x^3+232/5!*x^5-8960/7!*x^7...
0
2, -12, 232, -8960, 580480, -57192960, 8028368896, -1530617461760, 381866595811328, -120993556601405440, 47505188434021777408, -22644967739703901421568, 12882783407125570011004928
OFFSET
0,1
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sin[Tanh[x]+ArcTan[x]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, May 11 2018 *)
CROSSREFS
Sequence in context: A333447 A347597 A009272 * A013143 A009359 A011807
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved