The first five primes are 2, 3, 5, 7, 11.
We see that 2 * 3 = 1 mod 5, so 1 (corresponding to the first prime, 2) is in the sequence.
We see that 3 * 5 = 1 mod 7, so 2 (corresponding to the second prime, 3) is in the sequence.
But 5 * 7 = 2 mod 11, so 3 (corresponding to the third prime, 5) is not in the sequence.