OFFSET
1,1
REFERENCES
D. Cohen, R. W. K. Odoni, and W. W. Stothers, On the Least Primitive Root Modulo p^2, Bulletin of the London Mathematical Society 6:1 (March 1974), pp. 42-46.
LINKS
Bryce Kerr, Kevin McGown, and Tim Trudgian, The least primitive root modulo p^2. arXiv:1908.11497 [math.NT]
FORMULA
Cohen, Odoni, & Stothers prove that a(n) < prime(n)^(1/4 + e) for any e > 0 and all large enough n. Kerr, McGown, & Trudgian give an effective version: a(n) < prime(n)^0.99 for all n. - Charles R Greathouse IV, Apr 28 2020
MATHEMATICA
<< NumberTheory`NumberTheoryFunctions` Table[PrimitiveRoot[(Prime[n])^2], {n, 1, 100}]
PrimitiveRoot[Prime[Range[100]]^2] (* Harvey P. Dale, Aug 19 2017 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Artur Jasinski, Jan 29 2007
STATUS
approved