OFFSET
0,3
COMMENTS
sec(x) = 1/cos(x).
The sequence gives only 2n-th derivatives because (2n+1)-th derivatives are 0.
MATHEMATICA
f[x_] := Sec[x]^Sec[x]; Table[Derivative[2*n] [f][0], {n, 0, 18}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Michel Lagneau, Aug 18 2012
STATUS
approved