A019359 Primes with primitive root 33.
2, 5, 7, 13, 19, 23, 43, 47, 53, 59, 71, 73, 89, 113, 137, 179, 191, 251, 257, 269, 311, 317, 337, 349, 353, 383, 389, 409, 419, 439, 443, 449, 457, 467, 509, 547, 571, 587, 599, 601, 613, 617, 641, 647, 653, 683, 719, 733, 739, 773, 787, 797, 811, 839, 853, 863, 877, 911
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[33, #] == # - 1 &]