Find the limit of the following recurrence relation: $$a_{n+1}=\sqrt{7-(-1)^na_n}, n\geq 0$$ with $a_0=0$.
I have thought that we can transform the relation to the following: $$a_{n+1}^2+(-1)^na_n=7$$ but I cannot take it further!!! Any help? (I also don't know how to prove the convergence of such a sequence)
Edit 1: I think that it is not a duplicate, because my relation has also the $(-1)^n$ part.