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

A012877
Expansion of e.g.f.: sech(sech(x)*log(x+1))=1-1/2!*x^2+3/3!*x^3+6/4!*x^4-60/5!*x^5...
0
1, 0, -1, 3, 6, -60, -120, 3150, -4592, -195048, 1007520, 18349320, -224812632, -1637441520, 47577070632, 97108316760, -12176518106048, 54434672031488, 3267323510285952, -40295881951639488, -953528538620154880
OFFSET
0,4
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Sech[Sech[x]Log[x+1]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Sep 23 2021 *)
CROSSREFS
Sequence in context: A067609 A012473 A058161 * A103066 A145887 A364852
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by Harvey P. Dale, Sep 23 2021
STATUS
approved