Question: Let

be the matrix defined by

for all

. Find the characteristic polynomial of

.
My attempt: Call

to be the

matrix of all

's. Then its characteristic polynomial
![f(t)_k = (-1)^k [t^k - k t^{k-1}] f(t)_k = (-1)^k [t^k - k t^{k-1}]](http://www.mathhelpforum.com/math-help/latex2/img/725b1f511023a3145d396c54cb28c0ba-1.gif)
. Use proof by induction.
Base case:
![A_1 = [1] A_1 = [1]](http://www.mathhelpforum.com/math-help/latex2/img/916da1e13ee095832765c99a6f9bb8c5-1.gif)
. Then its characteristic polynomial
![f(t)_1 = 1-t = -t-(-1) = (-1)[t^1 - 1 t^0] f(t)_1 = 1-t = -t-(-1) = (-1)[t^1 - 1 t^0]](http://www.mathhelpforum.com/math-help/latex2/img/f8790d8495235c30828eaa3e11af8278-1.gif)
. This checks.
Then for induction step, assume that it holds for

and attempt to prove it to be true for

. My problem with this was that as I expanded out the determinant along the top row of

, things got very messy and I couldn't see a pattern.
Could you give me a hand, please? Thanks!