OFFSET
0,4
COMMENTS
|a(n)| = number of odd alternating permutations on n letters (offset 1). - Vladeta Jovovic, May 20 2007
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..450
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Sinh[Log[1+Sin[x]]], {x, 0, nn}], x] Range[ 0, nn]!] (* Harvey P. Dale, May 11 2014 *)
PROG
(PARI) x='x+O('x^30); concat([0], Vec(serlaplace(sinh(log(1+sin(x)))))) \\ G. C. Greubel, Jan 21 2018
CROSSREFS
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Definition clarified and previous Mathematica program replaced by Harvey P. Dale, May 11 2014
STATUS
approved