$$ D_n = \left| \begin{matrix} n & -1 & -3 & 0 & 0 & \cdots & 0 & 0 & 0 \\ n & 1 & 2 & -3 & 0 & \cdots & 0 & 0 & 0 \\ n & 0 & 1 & 2 & -3 & \cdots & 0 & 0 & 0 \\ n & 0 & 0 & 1 & 2 & \cdots & 0 & 0 & 0 \\ n & 0 & 0 & 0 & 1 & \cdots & 0 & 0 & 0 \\ \vdots&\vdots&\vdots&\vdots&\vdots&\ddots&\vdots&\vdots&\vdots \\ n & 0 & 0 & 0 & 0 & \cdots & 1 & 2 & -3 \\ n & 0 & 0 & 0 & 0 & \cdots & 0 & 1 & 2 \\ n & 0 & 0 & 0 & 0 & \cdots & 0 & 0 & 1 \\ \end{matrix} \right| $$
¿Alguien puede ayudarme con este determinante? Es una fórmula recursiva pero no lo consigo.