A positive integer's, n, reciprocal, $\frac{1}{n}$, in which the decimal's repetend has a length of three digits which starts at the decimal mark.
e.g. 0.037037... of the integer, 27 ,reciprocal $\frac{1}{27}$
\begin{equation*} \frac {1}{n} = \frac{p}{999} \end{equation*}
where p is the 3-digit-repetend ( e.g. according to the previous example $p=37$.
27 and 37 are such integers, but how are the rest deduced?
It should at least be a factor of $999$. So,
$$999 = 3^3 \cdot 37$$
Your choices then are $1, 3, 9, 27, 37, 111, 333,$ and $999$. The choices $n=1, 3,$ and $9$ have repetends of length $1$. All others have repetend of length $3$.
As for why this works, let's say that $k = 0.abcabcabc ...$ is a repeating decimal with a pattern of three digits $a,b,c$ (not necessarily different digits). Then, $1000k = abc.abcabcabc ...$, and subtracting the two, $999k = abc$, so $k = abc/999$. Then, to get $k$ into a form $1/n$, $abc$ must divide $999$.