OFFSET
0,1
COMMENTS
For references and cross references, compare the overview in A349264.
LINKS
Matthew House, Table of n, a(n) for n = 0..348
MAPLE
sec(9*x)*(4*sin(3*x) + 2)*cos(3*x)^2: series(%, x, 20): seq(n!*coeff(%, x, n), n = 0..17);
MATHEMATICA
m = 17; CoefficientList[Series[Sec[9*x] * (4 * Sin[3*x] + 2) * Cos[3*x]^2, {x, 0, m}], x] * Range[0, m]! (* Amiram Eldar, Nov 21 2021 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Peter Luschny, Nov 21 2021
STATUS
approved