Question:
Assmue that the postive integer $a,c$ ,such $\lfloor \sqrt{a} \rfloor=c$ ,Now let sequence $$y_{1}=1,y_{2}=-2c, y_{n+2}=-2c\cdot y_{n+1}+(a-c^2)y_{n},n\ge 1$$
show that $$T_{n}=y_{1}+y_{2}+\cdots+y_{n}\neq 0,\forall n\in N^{+}$$
where $\lfloor a \rfloor$ is the biggest integer not greater than $a$
My idea: since $$T_{n}-T_{n-1}=y_{n}$$ so $$T_{n+2}-T_{n+1}=-2c\cdot(T_{n+1}-T_{n})+(a-c^2)(T_{n}-T_{n-1})$$ so $$T_{n+2}=(1-2c)T_{n+1}+(2c+a-c^2)T_{n}-(a-c^2)T_{n-1}$$ then I can't prove $T_{n}\neq 0$
Thank you