How does one prove that a natural number $x$ does not generate the multiplicative group of integers mod $4nx - 1$, where $n$ is any natural number?
I'm stuck on how to prove this, but I'll say what I know. I asked a similar, more specific question a few days ago, and it was resolved by the fact that 4 is a square. However, in this case, the fact that 4 is a square is not enough. If we replace 4 with 9, for instance, then the statement is not true, because $<3>$ generates $\textbf{Z}_{53}$, and $53 = 9*2*3 - 1$.
It's also not the case that $x$ is a square number all the time. In $\textbf{Z}_{39}$, where $39 = 4 * 5 * 2 - 1$, 2 is not a square, but 2 does not generate $\textbf{Z}_{39}$.
Any help or hints would be appreciated. Thank you.