Let $P_1=1$ and let $P_2=n+1$ define $$P_{i+1}=\frac{P_i^2-1}{P_{i-1}}$$ Prove that if $a \mid b$ then $ P_a \mid P_b $
I am working on this problem for a while but I could use some help here are the first 5 polynomials generated by this definition $$ P_3=n^2+2n$$ $$ P_4=n^3+3n^2+n-1$$ $$ P_5=n^4+4n^3+3n^2-2n-1$$ $$ P_6=n^5+5n^4+6n^3-2n^2-4n$$ $$ P_7=n^6+6n^5+10n^4-9n^2-2n+1$$ Note that for instance $P_2 \mid P_6$ $$ \frac{P_6}{P_2}=n^4+4n^3+2n^2−4n $$ also $P_3 \mid P_6$ $$ \frac{P_6}{P_3}=n^3+3n^2−2 $$ Finally $(P_2\times P_3) \mid P_6$ $$ \frac{P_6}{P_2 \times P_3}=n^2+2n−2 $$ So it seems to work but who can help me prove it (I think the induction method is the most appropriate) any ideas?