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!)
A241047 Primes having primitive roots 2, 3, 5, 7, 11, and 13. 1

%I #4 Apr 16 2014 18:00:23

%S 293,2477,4373,6173,7013,9173,9677,10853,13037,13397,13613,13877,

%T 14957,15413,17093,17597,18413,18917,19157,22277,22613,24317,26813,

%U 27653,27893,29333,30197,31517,33893,34613,34877,35573,37253,40493,41117,41333,42437

%N Primes having primitive roots 2, 3, 5, 7, 11, and 13.

%H T. D. Noe, <a href="/A241047/b241047.txt">Table of n, a(n) for n = 1..1000</a>

%t fQ[p_, n_] := MultiplicativeOrder[p, n] == n - 1; Select[Prime[Range[4500]], fQ[2, #] && fQ[3, #] && fQ[5, #] && fQ[7, #] && fQ[11, #] && fQ[13, #] &]

%Y Cf. A001122, A019334, A019335, A019337, A019339, A019341, A213052.

%K nonn

%O 1,1

%A _T. D. Noe_, Apr 16 2014

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 March 28 13:19 EDT 2024. Contains 371254 sequences. (Running on oeis4.)