Given a positive integer $n$. Find all $x$ such that $\phi{(x)} = n$.
This kind of questions exists here. Such as Solutions of $\phi(x)=n$ for a given n.
But my question is different. I am looking for an approach to find all solution $x$. Is there any algorithm/method how to do this?
I also managed to find this OEIS sequence A032447. But that doesn't help me.