A105887 Primes for which -15 is a primitive root.
2, 11, 13, 29, 37, 41, 43, 59, 71, 73, 89, 97, 101, 103, 127, 131, 149, 157, 163, 179, 191, 193, 239, 251, 269, 281, 307, 313, 337, 359, 373, 389, 401, 419, 431, 433, 449, 457, 461, 479, 487, 491, 509, 521, 523, 547, 569, 577, 599, 607, 613, 641, 701, 719, 727, 733, 757
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
- Eric Weisstein's World of Mathematics, Artin's constant
- Wikipedia, Artin's conjecture on primitive roots
- Index entries for primes by primitive root
Crossrefs
Cf. A005596 (Artin's constant).
Programs
-
Mathematica
pr=-15; Select[Prime[Range[200]], MultiplicativeOrder[pr, # ] == #-1 &]
Comments