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

A012543
sec(sinh(x)*arcsin(x))=1+12/4!*x^4+240/6!*x^6+15120/8!*x^8...
0
1, 0, 12, 240, 15120, 1355520, 182229696, 33914060544, 8338432876800, 2621544212398080, 1025337444571630592, 488344333262321119232, 278250960368816815149056, 186888075247900824522915840
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sec[Sinh[x]ArcSin[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Apr 13 2015 *)
CROSSREFS
Sequence in context: A174556 A012349 A012302 * A012350 A220216 A126687
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved