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

A012704
arcsinh(arctanh(x)*log(x+1)) = 2/2!*x^2-3/3!*x^3+16/4!*x^4-50/5!*x^5...
0
0, 0, 2, -3, 16, -50, 248, -504, -1584, 94536, -1222848, 16675560, -150260640, 1047505680, 12037737840, -574519410360, 16243532175360, -341049918471360, 6341386354483200, -86729688288097920, 452837960565661440, 31661940854577882240, -1682428415293547953920
OFFSET
0,3
MATHEMATICA
With[{nn=20}, CoefficientList[Series[ArcSinh[ArcTanh[x]Log[x+1]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Feb 28 2013 *)
CROSSREFS
Sequence in context: A012701 A012356 A012352 * A012698 A302611 A012355
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved