A105877 Primes for which -5 is a primitive root.
2, 11, 17, 19, 37, 53, 59, 73, 79, 97, 113, 131, 137, 139, 151, 157, 173, 179, 193, 197, 233, 239, 257, 277, 293, 311, 317, 331, 353, 359, 373, 397, 419, 431, 433, 439, 479, 491, 499, 557, 571, 577, 593, 599, 613, 617, 619, 653, 659, 673, 677, 719, 751, 757, 773, 797, 811
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=-5; Select[Prime[Range[200]], MultiplicativeOrder[pr, # ] == #-1 &]
Comments