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

A012766
sin(cosh(x)*arcsin(x))=x+3/3!*x^3-15/5!*x^5-1029/7!*x^7-46239/9!*x^9...
0
1, 3, -15, -1029, -46239, -2582701, -223494895, -31551766453, -6578644464703, -1828823841664733, -641975997431127503, -276576165893943654373, -143429494944516129401055, -88139150252441009278574733, -63329932634044318341466520239
OFFSET
0,2
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sin[Cosh[x]ArcSin[x]], {x, 0, nn}], x]Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Nov 18 2012 *)
CROSSREFS
Sequence in context: A013410 A029521 A272353 * A012796 A231656 A096368
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
More terms from Harvey P. Dale, Nov 18 2012
STATUS
approved