A019339 Primes with primitive root 11.
2, 3, 13, 17, 23, 29, 31, 41, 47, 59, 67, 71, 73, 101, 103, 109, 149, 163, 173, 179, 197, 223, 233, 251, 277, 281, 293, 331, 367, 373, 383, 419, 443, 461, 463, 467, 487, 499, 557, 569, 587, 593, 599, 601, 613, 619, 643, 647, 673, 677, 683, 701, 719, 761, 769, 809, 821
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
- Index entries for primes by primitive root
Crossrefs
Cf. A071566.
Programs
-
Mathematica
pr=11; Select[Prime[Range[200]], MultiplicativeOrder[pr, # ] == #-1 &]
Comments