I use excel computed till $p=23$, it's true. But is this always true? if not, could you pls give a counter example?
Asked
Active
Viewed 36 times
0
1 Answers
2
just to dot it that $r=14$ is a primitive root for $p=29$, but not for $p^2=841$. Instead $r+p = 43$ is a primitive root for $841$.
athos
- 5,177
Table[SubsetQ[PrimitiveRootList[Prime[n]^2], PrimitiveRootList[Prime[n]]], {n, 1,100}]on Mathematica. – Chrystomath Sep 20 '20 at 10:43