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

A012878
E.g.f.: exp(sech(x)*arcsin(x))=1+x+1/2!*x^2-1/3!*x^3-7/4!*x^4+5/5!*x^5...
0
1, 1, 1, -1, -7, 5, 145, 499, -2063, -12055, 128705, 2156871, 5154217, -24423763, 510686033, 27205910523, 254809389793, 2396435716433, 27371394484993, 1214149548475407, 18728499608356185, 375616253471952085
OFFSET
0,5
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Exp[Sech[x]ArcSin[x]], {x, 0, nn}], x] Range[ 0, nn]!] (* Harvey P. Dale, Mar 25 2013 *)
CROSSREFS
Sequence in context: A294474 A248277 A002019 * A300452 A302201 A263171
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition (Name) clarified by Harvey P. Dale, Mar 25 2013
STATUS
approved