Can someone please explain how to compute the determinant of $J_n - I_n$ where $j_n$ it a matrix of ones?
E.g. for $n=5$ we get the following matrix
$$\left(\begin{array}{ccccc} 0 & 1 & 1 &1 &1 \\ 1 & 0 & 1 &1 &1 \\ 1 & 1 & 0 &1 &1 \\ 1 & 1 & 1 &0 &1 \\ 1 & 1 & 1 &1 &0 \end{array} \right)$$
By computing it for the first few $n$'s it seems to be $(-1)^{n+1}(n-1)$ but I couldn't prove it.