[go: up one dir, main page]

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

A012764
arcsin(cosh(x)*sin(x))=x+3/3!*x^3+25/5!*x^5+1043/7!*x^7+72465/9!*x^9...
0
1, 3, 25, 1043, 72465, 8621283, 1524721705, 377210665523, 124306024835745, 52632893869133763, 27845178915137542585, 17999274225229924466003, 13958549668775664990210225, 12790824660557018843352942243
OFFSET
0,2
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcSin[Cosh[x]Sin[x]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Dec 14 2019 *)
CROSSREFS
Sequence in context: A322063 A350902 A306792 * A219275 A101733 A309116
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved