I've tried to find the characteristic polynomial of the following matrix
$$A=\begin{pmatrix} 0 & 0 & \cdots & 0 & -a_n \\ 1 & \ddots & \ddots & \ddots & \vdots \\ 0 & \ddots & \ddots & \ddots & \vdots \\ \vdots & \ddots& \ddots & 0 & -a_2 \\ 0 & \cdots & 0 & 1 & -a_1 \end{pmatrix} \in M_{n \times n}(\mathbb{K})$$
for $\mathbb K$ being some element of a field and $n\in\mathbb N$.
I tried for several hours but I just couldn't succeed! Maybe someone can find an easy solution? Appreciated!
Edit: Apparently this matrix is called a companion matrix.