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

A012895
Expansion of e.g.f.: arctanh(sin(x)+log(x+1))=2*x-1/2!*x^2+17/3!*x^3-54/4!*x^4+933/5!*x^5...
0
0, 2, -1, 17, -54, 933, -6870, 133689, -1657880, 36953013, -655575120, 16777241059, -387038985960, 11324556702587, -320046618771152, 10626198107224309, -353798609245392480, 13212399090164058153
OFFSET
0,2
MATHEMATICA
With[{nn=20}, CoefficientList[Series[ArcTanh[Sin[x]+Log[x+1]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, May 14 2016 *)
CROSSREFS
Sequence in context: A242195 A012889 A013072 * A013077 A225768 A335024
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Zero prepended and definition clarified by Harvey P. Dale, May 14 2016
STATUS
approved