Find the determinant $\Delta_n$
$A_n = \begin{bmatrix} 0 & 1 & 0 &\dots &\dots&0\\ -1 & 0 &1 & 0&&\vdots\\ 0&-1 & 0 &1 &\ddots&\vdots\\ \vdots& & & &\ddots&0\\ \vdots& & \ddots &\ddots &\ddots&1\\ 0 & \dots & \dots &0&-1&0 \end{bmatrix} \in M_n(\mathbb{K})$
After doing some tests I conclude $\Delta_n$ is $0$ if $n$ is odd and $1$ if $n$ is even. How can I prove it formally? Any hint?