Let $f(n)=\varphi(n)/n$, where $\varphi$ is the totient function. Since $0<\varphi(n)\le n$ and $$\lim_{n\to \infty}f(p_n)=1$$ (where $\{p_n\}$ is the increasing sequence of primes) and $$\lim_{n\to\infty}f(n\#)=0$$ we know that $\limsup f(n)=1$ and $\liminf f(n)=0$. But is the set $\{f(n):n\in\Bbb N\}$ dense in $[0,1]$?
Warning: this is not a problem from a book, so it might be very hard (honestly, I have no idea).
Let $p_n$ denote the $n$-th smallest prime number. For each $\epsilon > 0$, choose $N$ such that $1/p_N < \epsilon$. Now consider $n_k = p_{N+1}\cdots p_{N+k}$ so that
$$ f(n_k) = \left(1 - \frac{1}{p_{N+1}}\right) \cdots \left(1 - \frac{1}{p_{N+k}}\right). $$
This gives
$$ |f(n_k) - f(n_{k-1})| \leq \frac{1}{p_{N+k}} \leq \frac{1}{p_N} < \epsilon. $$
Since $f(n_k) \to 0$ as $k\to\infty$, it follows that for each $x \in [0, 1]$ there is $n_k$ such that $|x - f(n_k)| < \epsilon$. This proves that the set in question is dense in $[0, 1]$.