A019355 Primes with primitive root 29.
2, 3, 11, 17, 19, 41, 43, 47, 73, 79, 89, 97, 101, 113, 127, 131, 137, 163, 191, 211, 229, 251, 263, 269, 293, 307, 311, 317, 331, 337, 359, 389, 409, 433, 443, 449, 461, 467, 479, 491, 503, 563, 569, 599, 601, 607, 653, 659, 677, 739, 743, 751, 769, 773, 797, 809, 827
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
- Index entries for primes by primitive root
Programs
-
Mathematica
Select[Prime[Range[200]], MultiplicativeOrder[29, #] == # - 1 &]