Problem:
Let $n \in \mathbb{N}$ such that $2+2\sqrt{12n^2+1}$ is the integer. Prove that $2+2\sqrt{12n^2+1}$ is perfect square.
I tried to found $n$ such that $\sqrt{12n^2+1}$ is integer, i.e. $12n^2 + 1 = k^2$. It is a Pell equation, and it has solution: $(n_0,k_0) = (0,1)$, $$\begin{cases} n_{i+1} &=& 7n_i + 2k_i \\ k_{i+1} &=& 24n_i + 7k_i.\end{cases}$$ You can see this link. But I don't know how the next step. Or maybe you have another approach.