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

A012566
arcsin(sinh(x)*cos(x))=x-1/3!*x^3-15/5!*x^5-201/7!*x^7+1025/9!*x^9...
0
1, -1, -15, -201, 1025, 505199, 45962865, 672778599, -885967354495, -245542561428001, -22172563647911055, 14487811265589717399, 9628380148436165613185, 2365618724494349248126799
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcSin[Sinh[x]*Cos[x]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Dec 25 2016 *)
CROSSREFS
Sequence in context: A002007 A207835 A178507 * A238992 A216465 A215903
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved