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

A012542
cosh(sinh(x)*arcsin(x))=1+12/4!*x^4+240/6!*x^6+8400/8!*x^8...
0
1, 0, 12, 240, 8400, 549120, 53608896, 7360813824, 1377976654080, 339091656130560, 106266069932321792, 41339215216164073472, 19547389576904471367680, 11040327077609014366371840
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Cosh[Sinh[x]ArcSin[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Oct 20 2020 *)
CROSSREFS
Sequence in context: A091745 A012344 A282789 * A009166 A174556 A012349
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved