Possible Duplicate:
Special determinant formula for a specific matrix
How to find $\det A_n$ as a function of $n$?
$$A_n=\begin{pmatrix} 5&2 &0& 0 & \ldots & 0\\ 2& 5& 2& 0 & \ldots & 0\\ 0 &2& 5 &2 & \ldots & 0\\ \vdots & \vdots & \vdots & \vdots & \ddots & \vdots\\ 0 &0& 0& 0 & \ldots & 5\end{pmatrix}$$
I tried to develop Laplace and mathematical induction, but I don't know how to do it.