Let $k$ be a positive integer and $n$ be the largest number $n$ with the property $\phi(n) \le k$.
Does such a number $n$ exist for every $k$ ?
How can I determine the number $n$ ?
Such a number $n$ should exists because $\phi(n)$ gets particularly small compared to $n$, if $n$ is of the form $p\#$, but I do not know a rigorous proof.
Some examples :
$k=20$ : $n=66=2\times3\times 11$
$k=130$ : $n=510=2\times3\times5\times17$
$k=190$ : $n=690=2\times3\times5\times23$
$k=680$ : $n=2940=2^2\times3\times5\times7^2$
So, the number $n$ seems to be a small multiple of some primorial $p\#$.
For the first question: Yes. If $p^r\mid n$ then $p^{r-1}\le (p-1)p^{r-1}\mid \phi(n)$ so that $\phi(n)\le k$ implies $r-1\le \log_p k$. This gives us the very crude estimate $$ n\le\prod_{p\le k}p^{1+\lceil\log_p k\rceil}$$