A114674 Primes with 58 as smallest positive primitive root.
336361, 863521, 978853, 1225849, 1244591, 2116921, 2238721, 2361241, 2659801, 3954889, 4326841, 5781169, 6636961, 7699561, 8649001, 9806281, 9808681, 9867841, 10165681, 10550401, 10906921, 11426449, 12252769, 13421521, 13778209, 15147001, 15229561, 15817201
Offset: 1
Keywords
Links
- Robert Price, Table of n, a(n) for n = 1..3385
Programs
-
Mathematica
(* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@980000, PrimitiveRoot@# == 58 &]
Extensions
a(26)-a(28) from Robert Price, Nov 20 2023