When I Checked primitive roots of some primes P, I found this following phenomenon:
$14$ is a primitive root of prime $29$, but it's not primitive root of $29^2$
$18$ is a primitive root of prime $37$, but it's not primitive root of $37^2$
$19$ is a primitive root of prime $43$, but it's not primitive root of $43^2$
$11$ is a primitive root of prime $71$, but it's not primitive root of $71^2$
And they are all missing exactly one primitive root, which is P has one primitive root that cannot be found in primitive roots of $p^2$. My question is: What is the smallest prime P such that P has $2$ primitive roots that cannot be found in the primitive roots of $p^2$? ( Here I mean primitive roots between $0$ and $p-1$)
A small search with pari-gp shows that 367 is the smallest such prime, it misses the primitive roots 159 and 205. Then 653 misses four primitive roots 84,120,287 and 410.
A search up to 20000 shows that only 16631 misses 4, while several (1103, 6569, 13187, 14939, 15313, 16649 and 18587) misses 3 primitive roots.
By curiosity I have mesured how many primes have 0, 1, 2, .... primitive roots in the range 1, p-1 which are not primitive roots of $p^2$, it seems to behave like a Poisson distribution with $\lambda = -\log\log 2$. does somebody has an explanation?
Just to show how good is this estimate here is the count up to 409499 of primes with 0 to 6 primitive roots missing in mod $p^2$.
So we should expect to have some prime with 7 or more after about 8 000 000 primes.