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

A019372
Primes with primitive root 47.
1
2, 3, 5, 7, 29, 41, 59, 71, 73, 79, 83, 109, 113, 137, 181, 191, 193, 229, 233, 239, 257, 263, 283, 293, 307, 313, 317, 347, 373, 379, 383, 389, 409, 433, 449, 461, 479, 487, 491, 509, 523, 557, 569, 593, 641, 643, 647, 673, 677, 683, 719, 797, 809, 821, 823, 829, 857
OFFSET
1,1
MATHEMATICA
pr=47; Select[Prime[Range[200]], MultiplicativeOrder[pr, # ] == #-1 &]
CROSSREFS
Sequence in context: A228486 A117135 A332582 * A117299 A091924 A358382
KEYWORD
nonn
STATUS
approved