Let $M_n= \begin{bmatrix} n-1 & n-2 & n-3 & ... & 1& 0\\ n-2 & n-3 & n-4 & ... & 0& 1\\ n-3 & n-4 & n-5 & ... & 1&2\\ \vdots & \vdots & \vdots & \ddots & \vdots & \vdots\\ 1& 0 & 1 &...& n-3 & n-2\\ 0 & 1 & 2 &... & n-2&n-1 \end{bmatrix}$
What's $\det(M_n)$ ?
Can someone help me with this, I tried Using Laplace's formula and transformations of rows but it didn't work. original problem