OFFSET
0,2
COMMENTS
Expansion of the exponential generating function arctan(sec(x*y)*tanh(x)), nonzero terms only.
EXAMPLE
Triangle starts:
[0] 1;
[1] 4, 3;
[2] 80, 80, 25;
[3] 3904, 5376, 2660, 427;
[4] 354560, 626688, 433440, 131712, 12465;
[5] 51733504, 111738880, 99242880, 43804992, 9021540, 555731;
MAPLE
egf := arctan(sec(x*y)*tanh(x)):
serx := simplify(series(egf, x, 26)): coeffx := n -> n!*coeff(serx, x, n):
seq(print(seq((-1)^(n-k)*coeff(coeffx(2*n+1), y, 2*k), k = 0..n)), n = 0..6);
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Peter Luschny, Apr 03 2024
STATUS
approved