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!)
A105901 Primes for which -29 is a primitive root. 1

%I #9 Mar 31 2024 15:13:06

%S 2,17,23,41,59,71,73,83,89,97,101,103,107,113,137,139,167,179,199,223,

%T 227,229,239,269,293,317,337,347,383,389,409,419,431,433,439,449,461,

%U 463,499,523,569,587,601,631,643,647,653,677,683,691,719,769,773,787,797,809,853

%N Primes for which -29 is a primitive root.

%H Vincenzo Librandi, <a href="/A105901/b105901.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 pr=-29; Select[Prime[Range[200]], MultiplicativeOrder[pr, # ] == #-1 &]

%K nonn

%O 1,1

%A _N. J. A. Sloane_, Apr 24 2005

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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)