Was looking into things regarding primitive roots of primes, and wanted to know roughly what fraction of residues are primitive roots. This led me to consider $S_n= (p_n-1)/\phi(p_n-1)$. $S_n$ is the reciprocal of the primitive root fraction, chosen because "unbounded" is easier to think about than "not bounded away from zero". And since number theory isn't my forte, I decided to investigate numerically.
For a lower bound, numerics suggest $\liminf_{n\rightarrow\infty}S_n = 2$. I can easily show this follows from the conjecture that there are infinitely safe primes, but I'm not sure about whether the converse is true.
More interesting to me is the upper bound. There seems to be no upper bound to $S_n$, but it grows very slowly. It first exceeds $4$ at $p_{47} = 211$, $5$ at $p_{4568} = 43891$, and I gave up searching at $p_{856690} = 13123111$ where it first reaches $5.75$. It appears that $S_n = O(\ln p_n)$ and that this bound isn't tight, but it's hard to tell since my range is so small for such slow-growing functions. (Also, it amuses me that in experimental number theory, seven orders of magnitude is "too small".)
Anyways, I'm sure I'm not the first person to consider $S_n$, but I wanted to take a bit of a stab at it myself first. What results, if any, already exist about $S_n$?
To the best of my understanding there is nothing special about the fact that $p$ is a prime when considering $p-1.$ What you are observing is probably the result that $$ \varphi(n) <\frac{n}{e^\gamma \log \log n}, $$ for infinitely many $n$ but you are looking along the subsequence $n_i=p_i-1.$ See for example the Wikipedia page on the Euler totient function.