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

A012875
Expansion of e.g.f.: arctanh(sech(x)*log(x+1))=x-1/2!*x^2+1/3!*x^3-12/4!*x^4+63/5!*x^5...
0
0, 1, -1, 1, -12, 63, -375, 3687, -35056, 378613, -4917645, 67955413, -1033969596, 17404675923, -314140085987, 6110547378491, -127722302945280, 2840677016304009, -67146193511101593, 1681517639666168201
OFFSET
0,5
MATHEMATICA
With[{nn=20}, CoefficientList[Series[ArcTanh[Sech[x]Log[x+1]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Feb 16 2016 *)
CROSSREFS
Sequence in context: A085463 A051922 A027810 * A275404 A162472 A008425
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Zero prepended and definition clarified by Harvey P. Dale, Feb 16 2016
STATUS
approved