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

A012327
sech(arcsin(x)*exp(x))=1-1/2!*x^2-6/3!*x^3-23/4!*x^4-20/5!*x^5...
0
1, 0, -1, -6, -23, -20, 695, 8750, 59057, 27096, -6378545, -112547358, -1027909159, 1643389124, 273544780743, 5934532973590, 63673713397473, -375014334859344, -35324004296221921, -878127940239307318
OFFSET
0,4
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Sech[ArcSin[x]Exp[x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Oct 25 2011 *)
CROSSREFS
Sequence in context: A062818 A154079 A160633 * A012523 A154817 A279797
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved