It's not hard to see that $$\det \begin{pmatrix} 0 & 1 & 1 \\ 1 & 0 & 1 \\ 1 & 1 & 0 \end{pmatrix}$$ is equal to
#(even derangements on 3 elements) - #(odd derangements on 3 elements)
and similarly for larger n. It's not hard to calculate this determinant by various methods, and together with the known expression for the total number of derangements on n elements this results in explicit expressions for the number of odd and even derangements on n elements.
Question: Is there any nice and fundamentally different way of getting at the numbers of odd an even derangements?
My motivation is that this would then provide an alternate method of calculating the determinant. See:
Matrix with zeros on diagonal and ones in other places is invertible
which is the original motivation, goes over a few simple ways to calculate the determinant, and includes a full explanation of the identity I claim above.