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

 


Primes with primitive root 31.
2

%I #17 Jan 31 2018 11:41:05

%S 2,7,17,29,47,53,59,61,67,71,73,89,107,131,137,197,227,229,241,269,

%T 277,283,307,311,313,337,353,359,379,389,401,419,431,433,439,443,449,

%U 457,461,467,479,503,509,557,563,569,599,607,673,677,683,709,727,751,757,761,773

%N Primes with primitive root 31.

%H Vincenzo Librandi, <a href="/A019357/b019357.txt">Table of n, a(n) for n = 1..1000</a>

%H <a href="/index/Pri#primes_root">Index entries for primes by primitive root</a>

%t Select[Prime[Range[200]], MultiplicativeOrder[31, # ] == # - 1 &]

%K nonn,easy

%O 1,1

%A _David W. Wilson_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 23 00:23 EDT 2024. Contains 376140 sequences. (Running on oeis4.)