Knowing that $$\large \left\{ \begin{align*} u_1 = 1&, u_2 = 3\\ u_{n + 2} = 2u_{n + 1} - u_n + 1&, \forall n \in \mathbb Z^+ \end{align*} \right.$$, prove that $\large 4u_{n + 2}u_n + 1$ is a square number.
Here are my thoughts.
$f\colon \mathbb Z \to \mathbb Z^+, u_n \mapsto v_n = 2u_n + 1, n \in \mathbb Z^+$. The problem becomes
Knowing that $$\large \left\{ \begin{align*} v_1 = 3&, v_2 = 7\\ v_{n + 2} + v_n = 2(v_{n + 1} + 1)&, \forall n \in \mathbb Z^+ \end{align*} \right.$$, prove that $\large v_{n + 2}v_n - v_{n + 1}$ is a square number.
This is a problem using induction, but I've just started studying the basics of it and haven't had any experience on the implications of it.