I assume you mean the n-th deriviative of f(x) = xn?
f'(x) = nxn - 1
f''(x) = n(n - 1)xn - 2
f(3)(x) = n(n - 1)(n - 2)xn - 3
.
.
.
f(k)(x) = n(n - 1)(n - 2)......(n - k + 1)xn - k
.
.
.
f(n)(x) = n(n - 1)(n - 2)......3.2.xn - n
= n!
Notice the pattern of correlation between the last bracket and the index of x with the order of the derivative.