OFFSET
0,4
EXAMPLE
-(1/2!)*x^2 + (3/3!)*x^3 - (6/4!)*x^4 + (15/5!)*x^5 - ...
PROG
(PARI) x = 'x + O('x^30); concat([0, 0], Vec(serlaplace(asinh(log(x+1) - asinh(x))))) \\ Michel Marcus, Aug 03 2018
CROSSREFS
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0)=a(1)=0 inserted and title improved by Sean A. Irvine, Aug 02 2018
STATUS
approved