For $m \geq 4$, set $P_m$ to be the set of all odd prime numbers strictly less than $m$ that do not divide $m$. For example, $P_4=\{3\}$, $P_7=\{3,5\}$, $P_{15}=\{7,11,13\}$.
Now, for $n \geq 1$, set $M_n$ to be the set of all $m$ such that $|P_m|=n$. For example, $4$ belongs to $M_1$, $7$ belongs to $M_2$, and $15$ belongs to $M_3$. I have proven that for $m \geq 4$, $P_m$ is always nonempty. Here are two questions:
a) For $n \geq 1$, are all $M_n$ non-empty? My early computations seem to show that $M_{24} =\{101\}$, a singleton.
b) If $M_n$ is non-empty, what is $\max(M_n)$? Or, what is an upper bound for $\max(M_n)$?