A019352 Primes with primitive root 26.
3, 7, 29, 41, 43, 47, 53, 61, 73, 89, 97, 101, 107, 131, 137, 139, 157, 167, 173, 179, 193, 239, 251, 269, 271, 281, 283, 347, 353, 359, 373, 383, 389, 409, 419, 443, 449, 457, 463, 467, 479, 491, 563, 593, 617, 631, 653, 659, 701, 743, 761, 797, 829, 839, 863, 883, 929
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=26; Select[Prime[Range[200]], MultiplicativeOrder[pr, # ] == #-1 &]