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!)
A042973 Primes p such that x^7 = 5 has no solution mod p. 2

%I #10 Jun 26 2022 23:37:53

%S 29,43,113,127,197,211,239,281,337,379,421,449,463,491,547,617,631,

%T 659,673,701,743,757,911,953,967,1009,1051,1093,1163,1289,1373,1429,

%U 1471,1499,1583,1597,1667,1709,1723,1877,1933,2003,2017,2087

%N Primes p such that x^7 = 5 has no solution mod p.

%C Complement of A216882 relative to A000040. - _Vincenzo Librandi_, Sep 19 2012

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

%t ok[p_]:= Reduce[Mod[x^7 - 5, p] == 0, x, Integers] == False; Select[Prime[Range[800]], ok] (* _Vincenzo Librandi_, Sep 19 2012 *)

%o (Magma) [p: p in PrimesUpTo(2500) | not exists{x : x in ResidueClassRing(p) | x^7 eq 5} ]; // _Vincenzo Librandi_, Sep 19 2012

%K nonn,easy

%O 1,1

%A _N. J. A. Sloane_

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 16 09:52 EDT 2024. Contains 371698 sequences. (Running on oeis4.)