For $a_1,\ldots,a_n \in \mathbb{R}$ I got the following $n \times n$ Matrix
$$ B=\begin{pmatrix}0 & 0 & \cdots & 0 & a_n \\ a_{1} & 0 & \cdots & 0 & 0\\ 0 & a_{2} & \cdots & 0 & 0\\ \vdots & \vdots & \ddots & \vdots & \vdots \\ 0 & 0 & \cdots & a_{n-1} & 0 \end{pmatrix}, $$ which can be considered as a special case of the Leslie-Matrix.
Now I want to proof, that $B^n = \left(\prod_{i=1}^n a_i \right) \cdot I_n$, where $I_n$ is the Identity Matrix.
Any hints or suggestions?