OFFSET
0,4
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..438
FORMULA
a(2*n) = A006154(2*n)/2, n>0. - Ralf Stephan, Apr 29 2004
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Sinh[Log[1+Sinh[x]]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Dec 08 2017 *)
PROG
(PARI) x='x+O('x^30); concat([0], Vec(serlaplace( sinh(log(1+sinh(x)))))) \\ G. C. Greubel, Jan 21 2018
CROSSREFS
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Prior Mathematica program replaced and definition clarified by Harvey P. Dale, Dec 08 2017
Terms a(20) to a(22) added by G. C. Greubel, Jan 21 2018
STATUS
approved