A019343 Primes with primitive root 15.
2, 13, 19, 23, 29, 37, 41, 47, 73, 83, 89, 97, 101, 107, 139, 149, 151, 157, 167, 193, 199, 227, 263, 269, 271, 281, 313, 337, 347, 373, 379, 383, 389, 401, 433, 439, 449, 457, 461, 467, 499, 503, 509, 521, 563, 569, 577, 587, 613, 619, 631, 641, 647, 683, 691, 701, 733
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=15; Select[Prime[Range[200]], MultiplicativeOrder[pr, # ] == #-1 &]