Given an integer $n \geq3$ we consider $S(n)$ to be the set of all primes less than $n$ that do not divide $n$.
The question is: Are there two distincts numbers $n$ and $m$ such that $S(n)=S(m)$?
Another similar question is: Given a finite set of primes $P = \{p_1, ... , p_k\}$, does there exist a number $n > \underset{1 \leq i \leq k}{\max}p_i$ such that $p_i \nmid n$ for all $p_i \in P$, and that there are no primes between $\underset{1 \leq i \leq k}{\max}p_i$ and $n$?
For example is there a number $n$ between $53$ and $59$ such that none of the primes in $\lbrace 3, 17, 53\rbrace$ divide $n$? In this case the answer is yes because $n=55$ works.