I've noticed that if I have a square matrix of dimension n. Where the diagonal entries are all equivalent to one another and the off diagonal entries are also equivalent to one another (but not necessarily equivalent to the diagonals). Say: $$ \begin{bmatrix} a & b & b \\ b & a & b \\ b & b & a \end{bmatrix} $$ I always get one eigenvector of the form $$ \begin{bmatrix} 1 \\ 1 \\ 1 \end{bmatrix} $$
and the remainder with identical eigenvalues.
Is this a well known result? Can anyone direct me to a proof of such a result?