A019362 Primes with primitive root 37.
2, 5, 13, 17, 23, 29, 59, 79, 97, 109, 113, 131, 167, 179, 193, 227, 239, 241, 251, 257, 283, 311, 313, 331, 347, 353, 383, 389, 401, 409, 431, 439, 463, 467, 479, 503, 523, 541, 547, 557, 563, 569, 587, 643, 647, 653, 661, 701, 709, 727, 757, 769, 797, 809, 827, 829
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
- Index entries for primes by primitive root
Programs
-
Mathematica
pr=37; Select[Prime[Range[200]], MultiplicativeOrder[pr, # ] == #-1 &]