A114668 Primes with 52 as smallest positive primitive root.
129361, 632041, 3078769, 4453681, 4620961, 4677121, 6633001, 7626481, 8318641, 9471841, 9746521, 14249929, 16073401, 16243921, 17396569, 17793241, 18696241, 18833641, 19245601, 20159329, 20390329, 24551521, 24638881, 24763369, 25796401, 36403921, 36533281
Offset: 1
Keywords
Links
- Robert Price, Table of n, a(n) for n = 1..1043
Programs
-
Mathematica
(* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@1620000, PrimitiveRoot@# == 52 &]
Extensions
a(25)-a(27) from Robert Price, Nov 20 2023