I am looking for symmetric matrices $A \in \{-1,0,1\}^{n \times n}$ that have an "interesting" spectrum.
What do I mean by that?
Suppose we have the following matrix:
$$A_1 := \left( \begin{array}{rr}0 & 1 \\1 & 0 \\\end{array}\right), \qquad A_n := \left( \begin{array}{rr} A_{n-1} & I_{n-1} \\I_{n-1} & - A_{n-1} \\\end{array}\right)$$
$A_n $ has spectrum $ \{\sqrt{n}, -\sqrt{n}\}$ each with multiplicity $2^{n-1}$.
(Because $A_n^2 = n \cdot I_n$ and $\mbox{tr} (A_n) = 0$, and since $A_n$ is symmetric its trace is equal to the sum of its eigenvalues each with its corresponding multiplicity).
I am looking for matrices, that have "comparably" interesting spectra, thanks in advance for any creative propositions!
EDIT: for clarifying purposes - any spectrum not solely consisting of $\{-1,1\}$ I'd consider interesting.