Prove that this is impossible: $$ \begin{cases} a_2 a_1 \equiv a_1 \pmod{n}\\ a_3 a_2 \equiv a_2 \pmod{n} \\ a_4a_3 \equiv a_3 \pmod{n} \\ \ldots\\ a_1a_k \equiv a_k \pmod{n} \end{cases}$$
For any $n>1$, any $k \le\ n$ and any $a_1,a_2,a_3...a_k \le\ n$ without repetitions (if $a_1 = 5$, there can not be another $a$ that has value 5).
Hint: If $\gcd(a_i, n) \ne 1$ then $\gcd(a_i - 1, n) = 1$ so $a_{i-1}$ is divisible by $n$.