Looking at partitions of the natural number line of the form $P=[a,b)$, I noted that
- if $a$ and $b$ are multiples of $6$, there exist at least $2$ numbers in the partition which are not divisible by $2$ or $3$
- if $a$ and $b$ are multiples of $30$, there exist $8$ numbers in the partition which are not divisible by $2, 3$ or $5$
- if $a$ and $b$ are multiples of $210$, there exist $54$ numbers in the partition which are not divisible by $2,3,5$ or $7$.
This leads me to guess that if $a$ and $b$ are multiples of $2310$, there exist $592$ numbers in the partition which are not divisible by $2,3,5,7$ or $11$. Is this true?
(I arrived at $592$ because it is equal to $54 \times 11 - 2$ and $2310$ because it is equal to $210 \times 11$.)