Let $a$ be a primitive root modulo odd prime. Show that in an arithmetic progression $a+kp$, where $k = 0,1,\dots,p-1$ there is exactly one number that is NOT a primitive root modulo $p^2$.
It is obvious that all of these are congruent to $a$ modulo $p$ so they are all primitive roots modulo $p$. To show that all but one are primitive roots modulo $p^2$ as well we would need to see that $(a+kp)^{p-1} \equiv 1$ (mod $p^2$) for exactly one value of $k$. I tried to do so using the Newton binomial but right now have failed to do so? Any suggestions?