Define on operator $T$ on the space of double sided sequences $$\ell_2 \left( \mathbb{Z} \right) = \{ \{ a_n \}_{n = - \infty}^{\infty} \ ; \sum_{n= -\infty} ^{\infty} \left| a_n \right|^2 < \infty \}$$ as following $Tx = y$ so that $y_n =-x_{n-1}+x_n - x_{n+1}$. Find $T$'s spectrum.
I really don't know how to approach this... What I tried so far, is finding eigenvalues and I didn't succeed. Obviously $T = I - S_l - S_r$ where $S_l, S_r$ are left and right shifts, but what else can I draw from this regarding the spectrum?
EDIT
Since $T = I - S_l - S_r$, the matrix representation of $T$ is $$T_k^j = \cases{ 1 \qquad ,k=j \\ -1 \qquad ,k-j \in \mp1 }$$ so it's easy to see that $T$ is symmetric thus $T^*=T$... Is this even related?