OFFSET
1,3
EXAMPLE
E.g.f. = -x + (1/2!)*x^2 + (2/3!)*x^3 + (5/4!)*x^4 - (13/5!)*x^5 ...
MATHEMATICA
With[{nn=30}, Rest[CoefficientList[Series[Log[Cosh[x]-Log[x+1]], {x, 0, nn}], x] Range[0, nn]!]] (* Harvey P. Dale, Mar 30 2012 *)
PROG
(PARI) my(x='x+O('x^50)); Vec(serlaplace(log(cosh(x)-log(x+1))))
CROSSREFS
KEYWORD
sign
AUTHOR
EXTENSIONS
Offset and additional first term from R. J. Mathar, Dec 22 2011
More terms from Michel Marcus, Sep 28 2025
STATUS
approved
