login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A019398 Primes with primitive root 75. 1
2, 7, 17, 31, 41, 53, 79, 89, 101, 103, 113, 137, 149, 163, 173, 197, 199, 211, 223, 233, 257, 269, 271, 281, 283, 293, 307, 317, 353, 379, 389, 401, 439, 449, 463, 487, 499, 509, 523, 547, 557, 569, 593, 617, 619, 631, 641, 653, 677, 691, 727, 739, 773, 787, 797, 809 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
pr=75; Select[Prime[Range[200]], MultiplicativeOrder[pr, # ] == #-1 &]
Join[{2, 7, 17, 31, 41, 53}, Select[Prime[Range[200]], MemberQ[ PrimitiveRootList[ #], 75]&]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Nov 15 2020 *)
CROSSREFS
Sequence in context: A024920 A091313 A049554 * A086513 A166381 A083723
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)