OFFSET
1,3
COMMENTS
Reversing each of the rows gives essentially the array in A008303, where, in the e.g.f. item in the Formula section (and only there), reference is made to derivatives of tan(x) and sec(x).
LINKS
Michael E. Hoffman, Derivative Polynomials for Tangent and Secant, American Mathematical Monthly, 102 (1995), 23-30.
Feng Qi, Derivatives of tangent function and tangent numbers, Applied Mathematics and Computation, 268 (2015), 844-858.
EXAMPLE
First 11 rows:
1
1
2
2 4
16 8
16 88 16
272 416 32
272 2880 1824 64
7936 24576 7680 128
7936 137216 185856 31616 256
Row 6 represents (5th derivative of tan(x)) = 16*sec(x)^6 + 88*sec(x)^4*tan(x)^2 + 16*sec(x)^2*tan(x)^4.
Row 7 represents (6th derivative of tan(x)) = 272*sec(x)^6*tan(x) + 416*sec(x)^4*tan(x)^3 + 32*sec(x)^2*tan(x)^5.
MATHEMATICA
Table[Expand[D[Tan[x], {x, n}]], {n, 0, 9}] // Column
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Clark Kimberling, Jan 19 2026
STATUS
approved
