The matrix is $A \ =\begin{pmatrix} 7 & 1 & 3 & -2\\ -2 & 1 & -12 & -1 \\ 1 & 16 & -4 & a \\ 2 & 4 & 2 & 2 \\ \end{pmatrix}$
Where $\det(A)\lt 2012$
I have tried reducing the first columns to 0's to reduce it to a $3\times3$ determinant. When I do that it gets messy fast. Is there a special method to solve this problem?
Not sure if there is any special trick, but you can kill off the $(1,4)$-th and $(4,4)$-th elements of $A$ easily using the second row. This leaves you two $3\times3$ determinants to compute, if you Laplace-expand $\det A$ along the last column.