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

A012335
tanh(arcsin(x)*sin(x))=2/2!*x^2-200/6!*x^6+1344/8!*x^8+367648/10!*x^10...
0
2, 0, -200, 1344, 367648, -7504640, -2587904384, 253284677632, 79392079655424, -6850403676839936, -2011786530842634240, 1982840495232732151808, 855419792148094652522496
OFFSET
0,1
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Tanh[ArcSin[x]Sin[x]], {x, 0, nn}], x] Range[0, nn]!, {3, -1, 2}]] (* Harvey P. Dale, Jan 14 2020 *)
CROSSREFS
Sequence in context: A012329 A064156 A269905 * A012331 A037096 A111814
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved