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

A013452
sin(tan(x)-tanh(x))=4/3!*x^3+544/7!*x^7-17920/9!*x^9+707584/11!*x^11...
0
4, 0, 544, -17920, 707584, -149360640, 5242548224, -2782416732160, 166243180478464, -109528131284500480, 13239205658628194304, -8328889253838297497600, 1938205426199431158431744
OFFSET
0,1
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sin[Tan[x]-Tanh[x]], {x, 0, nn}], x] Range[0, nn-1]!, {4, -1, 2}]] (* Harvey P. Dale, Jul 21 2015 *)
CROSSREFS
Sequence in context: A255018 A176050 A099841 * A013453 A012688 A216675
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved