In OEIS, it is claimed, that the largest possible determinant of a $4\ x \ 4$-matrix with the entries from $1$ to $16$, each occuring once, is $40800$.
Unfortunately, the article does not mention a concrete matrix with this determinant.
I tried to find a matrix with turbo pascal, but without success so far.
Can anyone help ?
$$40800 = \det \left( \begin{array}{cccc} 15 & 11 & 5 & 4 \\ 10 & 1 & 14 & 9 \\ 7 & 8 & 3 & 16 \\ 2 & 13 & 12 & 6 \\ \end{array} \right)$$