A114660 Primes with 43 as smallest positive primitive root.
95471, 104711, 140617, 166871, 225289, 329281, 352489, 366791, 475151, 514751, 583801, 691681, 700561, 728281, 762721, 984959, 990361, 1026481, 1028329, 1044289, 1202041, 1252021, 1289401, 1369369, 1387681, 1565521, 1579751, 1694089, 1886329, 2043001
Offset: 1
Keywords
Links
- Robert Price, Table of n, a(n) for n = 1..10001
Programs
-
Mathematica
(* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@150000, PrimitiveRoot@# == 43 &]
Extensions
a(28)-a(30) from Robert Price, Nov 19 2023