\begin{vmatrix} 3& 2& 0& 0& 0& \cdots&\\ 1& 3& 1& 0& 0& \cdots&\\ 0& 2& 3& 2& 0& \cdots&\\ 0& 0& 1& 3& 1& \cdots&\\ \vdots& \vdots& \vdots& \vdots& \vdots& \ddots&\\ \end{vmatrix}
How to compute this determinant?
I tried to multiply the frist column by $-2/3$ and then adding it to the second column. The second column would thus be $0$ instead of $2$ in the first row. However I do not know how to continue this procedure, or if it even is correct from the start.