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!)
A019421 Primes with primitive root 99. 9

%I #16 Dec 03 2019 18:51:35

%S 2,17,23,41,47,59,67,71,73,101,103,109,149,173,179,191,197,199,223,

%T 233,241,251,277,293,311,331,337,349,367,373,379,383,409,419,443,457,

%U 461,467,499,541,557,569,587,593,599,613,619,631,643,673,677,683,691,719,733,761

%N Primes with primitive root 99.

%C To allow primes less than the specified primitive root m (here, 99) to be included, we use the essentially equivalent definition "Primes p such that the multiplicative order of m mod p is p-1". This comment applies to all of A019334-A019421. - _N. J. A. Sloane_, Dec 03 2019

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

%K nonn

%O 1,1

%A _David W. Wilson_

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 May 1 20:04 EDT 2024. Contains 372176 sequences. (Running on oeis4.)