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

A012882
Expansion of e.g.f.: exp(sech(x)*arctanh(x))=1+x+1/2!*x^2-3/4!*x^4+20/5!*x^5+165/6!*x^6...
0
1, 1, 1, 0, -3, 20, 165, 784, 1337, 26256, 356745, 4466176, 31874997, 435729216, 5714452653, 104111460608, 1296863374193, 23261262303488, 357091592679441, 7794968497086464, 131690816886952045
OFFSET
0,5
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Exp[Sech[x]ArcTanh[x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Feb 15 2019 *)
CROSSREFS
Sequence in context: A258791 A192509 A336653 * A063017 A341963 A276315
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by Harvey P. Dale, Feb 15 2019
STATUS
approved