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”).

A019407
Primes with primitive root 85.
1
2, 11, 13, 29, 47, 53, 67, 79, 83, 103, 109, 127, 131, 137, 139, 157, 181, 211, 223, 257, 263, 269, 293, 307, 311, 353, 373, 383, 401, 431, 433, 439, 443, 449, 463, 467, 479, 499, 521, 523, 557, 563, 577, 587, 593, 619, 641, 647, 691, 709, 719, 727, 733, 773, 797, 809
OFFSET
1,1
MATHEMATICA
Select[Prime[Range[200]], MultiplicativeOrder[85, #] == # - 1 &]
CROSSREFS
Sequence in context: A242776 A373824 A105887 * A075781 A023288 A106960
KEYWORD
nonn
STATUS
approved