A061324 Primes with 11 as smallest positive primitive root.
643, 719, 769, 839, 1009, 1129, 1201, 1511, 1597, 1657, 1801, 2399, 2857, 3049, 3191, 3359, 3889, 4079, 4201, 4561, 4591, 4679, 4861, 4871, 4969, 5039, 5351, 5521, 5591, 5689, 5879, 6271, 6719, 8039, 8111, 8231, 8779, 8929, 9551, 9791, 9973
Offset: 1
Keywords
Links
- T. D. Noe, Table of n, a(n) for n=1..1000
Programs
-
Mathematica
Select[Prime[Range[1230]],PrimitiveRoot[#]==11&] (* Robert G. Wilson v and Harvey P. Dale, Jul 16 2011 *)