Probably it's very simple to show, but I'd like to have a proof of the fact that a $n$ x $n$ circulant matrix with the following structure:
$$A= \begin{bmatrix} (n-1)/n & -1/n & \cdots & -1/n\\ -1/n & (n-1)/n & \cdots & -1/n\\ \vdots & \vdots &\ddots&\vdots \\ -1/n & -1/n &\cdots&(n-1)/n \end{bmatrix}$$
has all eigenvalues but one equal to $1$ . (The remaining one is clearly zero since the matrix is not invertible).
This is $I-\frac1nE$, where $I$ is the identity and $E$ is the matrix with all entries $1$. All vectors orthogonal to the vector with all entries $1$ are eigenvalues of $E$ with value $0$, so the $(n-1)$-dimensional orthogonal complement of the $1$-dimensional space spanned by that vector is an eigenspace of $E$ with value $0$ and thus of $I-\frac1nE$ with eigenvalue $1$.