OFFSET
0,4
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..250
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Cos[Log[1+x]*Cos[x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Aug 21 2016 *)
PROG
(PARI) x='x+O('x^30); Vec(serlaplace( cos(log(1+x)*cos(x)) )) \\ G. C. Greubel, Jul 22 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!(Cos(Log(1+x))*Cos(x)))); [Factorial(n-1)*b[n]: n in [1..m]]; // G. C. Greubel, Jul 22 2018
CROSSREFS
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Previous Mathematica program replaced by Harvey P. Dale, Aug 21 2016
STATUS
approved