During the past week, I have been trying to calculate the determinant of the following matrix:

Here is what I have tried so far. I replaced each row starting from the thrid with the difference of the one before and it. In this way i transformed it into an almost diagonal matrix but still if I try to expand it through the elements of the first column I always get almost diagonal minors and it doesnt work. :(
Please, help me.
Elaboration on the attempt so-far:
By your row operations, we end up with the matrix $$ \pmatrix{ -8 & 6 & 6 & 6 & 6 & \cdots & 6\\ -9 & 2 + n & 2 & 2 & 2& \cdots & 2\\ \hline 0 & -n & 1 \cdot 2 & 0 & 0 & \cdots & 0\\ 0 & 0 & -1 \cdot 2 & 2 \cdot 3 & 0 & \cdots & 0\\ \vdots &&&\ddots & \ddots \qquad\ddots&&\vdots\\ \\ \\ 0&&&&&&0\\ 0&\cdots&0&0&&-(n-2)(n-1) & (n-1)n } $$ which must have the same determinant.