login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A019352
Primes with primitive root 26.
2
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,1
MATHEMATICA
pr=26; Select[Prime[Range[200]], MultiplicativeOrder[pr, # ] == #-1 &]
CROSSREFS
Sequence in context: A154296 A038900 A068485 * A290963 A261270 A171134
KEYWORD
nonn
STATUS
approved