[go: up one dir, main page]

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

A019400
Primes with primitive root 77.
1
2, 3, 5, 29, 43, 47, 59, 79, 103, 107, 149, 151, 157, 181, 193, 199, 223, 229, 233, 239, 251, 257, 263, 269, 277, 313, 347, 353, 359, 367, 373, 383, 397, 419, 431, 457, 467, 509, 521, 541, 547, 557, 569, 571, 577, 587, 647, 659, 691, 719, 727, 739, 743, 773, 797, 809
OFFSET
1,1
MATHEMATICA
pr=77; Select[Prime[Range[200]], MultiplicativeOrder[pr, # ] == #-1 &]
CROSSREFS
Sequence in context: A215103 A038962 A309179 * A354084 A331399 A084599
KEYWORD
nonn
STATUS
approved