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