I'm looking for the eigenvectors of this matrix:
\begin{equation} \nonumber M = \frac{1}{N} \left( \begin{array}{ccccccccc} 0 & 1 &&&&&&&\\ N & 0 & 2&&&&&&& \\ &N-1 & 0 & 3&&&&&& \\ &&N-2 & 0& \ldots&&&&& \\ &&&\vdots & \ddots &&&&& \\ &&&&& 0 & N-2 && \\ &&&&&3 & 0 &N-1 & \\ &&&&&&2 & 0&N \\ &&&&&&& 1 &0 \\ \end{array} \right) \end{equation}
where only nonzero entries are shown.
This matrix has size $(N+1) \times (N+1)$. Its superdiagonal entries grow linearly from $1$ to $N$, and the subdiagonal entries decrease linearly from $N$ to $1$.