A114672 Primes with 56 as smallest positive primitive root.
219605251, 293268301, 370049371, 383483101, 451428301, 533723371, 560941021, 677810041, 722238661, 734682901, 734901421, 826629421, 844272001, 886323091, 936056221, 1117983421, 1121000761, 1137522541, 1163531461, 1178675821, 1239072481, 1246249621
Offset: 1
Keywords
Links
- Robert Price, Table of n, a(n) for n = 1..1331
Programs
-
Mathematica
(* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@59500000, PrimitiveRoot@# == 56 &]
Extensions
a(21)-a(22) from Robert Price, Nov 25 2023