Task 4. (20 points) For the numerical sequence {xn}, all terms of which, starting from n≥2, are distinct, the relation xn=300xn−1+298xn+xn+1 holds. Find 2021x2023−x2⋅x2023−x12022−2023.
Official solution
# Solution.
From the given relations in the problem, it is easily deduced that for all n≥2, xn−xn−1=xn+1−xn, which implies that the sequence is an arithmetic progression. Indeed,