A019360 Primes with primitive root 34.
19, 23, 31, 41, 43, 53, 59, 67, 73, 79, 83, 101, 113, 149, 157, 167, 179, 193, 199, 233, 241, 251, 293, 311, 313, 337, 349, 367, 373, 389, 401, 431, 439, 449, 461, 467, 479, 491, 503, 509, 523, 557, 563, 587, 601, 613, 617, 641, 659, 661, 673, 701, 719, 733, 739, 743
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[34, #] == # - 1 &]