The inverse of the symmetric tridiagonal matrix (Toeplitz) $$ t_{ij}=\begin{align} \begin{cases} -2 &\quad \text{if} \,\, i=j \\ 1 &\quad\text{if} \,\, \vert i-j\vert = 1 \end{cases} \end{align} $$
does not have any non zero entries according to online inverse calculators (I tried up to $5 \times 5-$matrices). Why is it so?