I am trying to figure out easy understandable approach to given small number of $n$, list all possible is with proof, I read this paper but it is really beyond my level to fathom,
attempt for $\phi(n)=110$,
$$\phi(n)=110=(2^x)\cdot(3^b)\cdot(11^c)\cdot(23^d)\quad\text{ since }\quad p-1 \mid \phi(n)=110$$ and $x =\{0,1\}$, $b=\{0,1\}$, $c=\{0,1,2\}$, $d=\{0,1\}$ .
So total $2\cdot2\cdot3\cdot2 =24$ options to test if the $\phi(n)=110$,
I am not sure if this is a enough to show or there are no other numbers.
look at this paper http://arxiv.org/pdf/math/0404116v3.pdf