A114673 Primes with 57 as smallest positive primitive root.
471769, 1380289, 1854889, 2605849, 2754049, 3900121, 3903769, 6324847, 6966961, 7244449, 8574721, 8679841, 8912401, 9470161, 10448881, 11183041, 13313161, 13383841, 13577041, 13983841, 15132121, 15792001, 16238401, 16639681, 17610961, 17785951, 18367561
Offset: 1
Keywords
Links
- Robert Price, Table of n, a(n) for n = 1..2505
Programs
-
Mathematica
(* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@1130000, PrimitiveRoot@# == 57 &]
Extensions
a(25)-a(27) from Robert Price, Nov 20 2023