Subcontests
(8)a_{n+2} = xa_{n+1} - a_n , a_1 = x + 1, a_0 = 1
For a positive integer x, define a sequence a0,a1,a2,... according to the following rules:a0=1, a1=x+1 and an+2=xan+1−an for all n≥0.Prove that there exist infinitely many positive integers x such that this sequence does not contain a prime number.