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

A013227
Expansion of e.g.f.: sinh(log(x+1)-arcsin(x))=-1/2!*x^2+1/3!*x^3-6/4!*x^4+15/5!*x^5...
0
0, 0, -1, 1, -6, 15, -135, 600, -6580, 42805, -546525, 4698450, -68473350, 732163575, -12012875875, 153571600000, -2805371985000, 41710773599625, -840435196901625, 14241298404498750, -313987574315496250
OFFSET
0,5
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Sinh[Log[x+1]-ArcSin[x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Aug 15 2017 *)
CROSSREFS
Sequence in context: A087137 A056317 A129421 * A013223 A219289 A199224
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified and first two terms prepended by Harvey P. Dale, Aug 15 2017
STATUS
approved