Given the sequence A001921 $$ 0, 7, 104, 1455, 20272, 282359, 3932760, 54776287, 762935264, 10626317415, 148005508552, 2061450802319, 28712305723920, 399910829332567, \dots $$ which obeys the recurrence relation $$ a_0 := 0,\ a_1 := 7, \quad a_{n+2} = 14a_{n+1} - a_n + 6. $$
How can I prove (or, I suppose, disprove) my conjecture that $a_0 = 0$ is the only square?
In case it helps, the conjecture is equivalent to saying that $x$ and $3x^2+3x+1$ cannot both be [positive integer] squares, though I am particularly interested in any general method of proof that attacks the recurrence relation directly.
EDIT: Here's an application.
Too long for a comment. Maybe this procedure could shed some light on your problem.
Consider the Z-transform of both sides of your recurrence relation i.e. $$\mathcal{Z}\{a_{n+2}\}(z)=14\mathcal{Z}\{a_{n+1}\}(z)-\mathcal{Z}\{a_n\}(z)+6\mathcal{Z}\{1\}(z)$$ where $$\mathcal{Z}\{a_n\}(z)=\sum^{\infty}_{n=0}\frac{a_n}{z^n}$$ One can show that this transform is a linear operator and satisfies the following results $$\mathcal{Z}\{a_{n+1}\}(z)=z\mathcal{Z}\{a_{n}\}(z)-za_0$$ and $$\mathcal{Z}\{a_{n+2}\}(z)=z^2\mathcal{Z}\{a_{n}\}(z)-z^2a_0-za_1$$ Therefore the main equation becomes $$z^2\mathcal{Z}\{a_{n}\}(z)-z^2a_0-za_1=14(z\mathcal{Z}\{a_{n}\}(z)-za_0)-\mathcal{Z}\{a_{n}\}(z)+6\mathcal{Z}\{1\}(z)$$ Upon substitution with $a_0=0$ and $a_1=7$ we get $$z^2\mathcal{Z}\{a_{n}\}(z)-7z=14z\mathcal{Z}\{a_{n}\}(z)-\mathcal{Z}\{a_{n}\}(z)+6\mathcal{Z}\{1\}(z)$$ or $$\mathcal{Z}\{a_{n}\}(z)=\frac{7z+6\mathcal{Z}\{1\}(z)}{z^2-14z+1}$$ Now notice that $$\mathcal{Z}\{1\}(z)=\sum^{\infty}_{n=0}\frac{1}{z^n}=\frac{z}{z-1}$$ for $|z|>1$. Hence for $|z|>1$ we have $$\mathcal{Z}\{a_{n}\}(z)=\frac{z(7z-1)}{(z-1)(z^2-14z+1)}=\frac{z(7z-1)}{(z-1)(z-7+4\sqrt{3})(z-7-4\sqrt{3})}$$ Technically speaking this is the generating function of the series $\{a_n\}^{\infty}_{n=0}$. Taking the inverse Z-transform of the above expression yields $$a_n=\mathcal{Z}^{-1}(\mathcal{Z}\{a_{n}\}(z))(n)=\mathcal{Z}^{-1}(\frac{z(7z-1)}{(z-1)(z^2-14z+1)})(n)=\frac{1}{12}\Big((3-2\sqrt{3})(7-4\sqrt{3})^n+(3+2\sqrt{3})(7+4\sqrt{3})^n-6\Big)$$ One can verify that $a_0=0$ and $a_1=7$. Clearly $a_0$ is a square. Now the question becomes that if there exists some $n>1$ such that $a_n$ as defined explicitly by the expression above is a square. On one side we could show by induction that $a_n\in\mathbb{Z}$ for all $n$. For $n=0$ and for $n=1$ we already know that the values are integers. Assume that for $n=k$ we have $a_k\in\mathbb{Z}$. Let $n=k+1$ then \begin{align}a_{k+1}&=\frac{1}{12}\Big((3-2\sqrt{3})(7-4\sqrt{3})^{k+1}+(3+2\sqrt{3})(7+4\sqrt{3})^{k+1}-6\Big)\\ &=\frac{1}{12}\Big((3-2\sqrt{3})(7-4\sqrt{3})^{k}(7-4\sqrt{3})+(3+2\sqrt{3})(7+4\sqrt{3})^{k}(7+4\sqrt{3})-6\Big)\\ &=\frac{1}{12}\Big(7\cdot12a_k+(3-2\sqrt{3})(7-4\sqrt{3})^{k}(-4\sqrt{3})+(3+2\sqrt{3})(7+4\sqrt{3})^{k}(4\sqrt{3})+36\Big)\\ &=\frac{1}{12}\Big(7\cdot12a_k+7\cdot12a_k-(3-2\sqrt{3})(7-4\sqrt{3})^{k}-(3+2\sqrt{3})(7+4\sqrt{3})^{k}+72\Big) \\&=14a_k-a_{k-1}+6\in\mathbb{Z} \end{align} The last expression is just the original recurrence formula (one could just use this indeed to show that for all $n$ we have $a_n\in\mathbb{Z}$).