A114669 Primes with 53 as smallest positive primitive root.
161831, 543841, 786241, 1007161, 1331521, 1527289, 1591969, 1884791, 2005441, 2574601, 2784961, 3086977, 3131209, 3474719, 3735601, 3818929, 3829489, 3852601, 3856129, 4082401, 4145951, 4259641, 4353001, 4554553, 4740961, 4823641, 4893001, 5020391, 5206081
Offset: 1
Keywords
Links
- Robert Price, Table of n, a(n) for n = 1..9999
Programs
-
Mathematica
(* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@342000, PrimitiveRoot@# == 53 &]
Extensions
a(26)-a(29) from Robert Price, Nov 20 2023