$$A= \begin{pmatrix} n! & (n+1)! & (n+2)!\\ (n+1)! & (n+2)! & (n+3)! \\ (n+2)! & (n+3)! & (n+4)! \end{pmatrix}$$
And $D=\det(A)$, We have to prove that $D/(n!)^3 - 4$ is divisible by $n$.
I did it by simplifying the determinant using some row and column operations and finally ended up in getting a cubic polynomial in $n$. Then I subtracted 4 from the polynomial and got the result.
Is there any other way I could prove the result quicker and in a better manner?
Factorizing the matrix might help a bit.
$$A= \begin{pmatrix} n! & (n+1)! & (n+2)!\\ (n+1)! & (n+2)! & (n+3)! \\ (n+2)! & (n+3)! & (n+4)! \end{pmatrix}=n!\underbrace{\begin{pmatrix} 1 & (n+1) &(n+1)^{\overline{2}}\\ (n+1) & (n+1)^{\overline{2}} & (n+1)^{\overline{3}} \\ \;\;(n+1)^{\overline{2}} & (n+1)^{\overline{3}} & (n+1)^{\overline{4}} \end{pmatrix}}_B$$ using the Pochhammer notation for a rising factorial.
$D/(n!)^3$ is then just the determinant of $B$.