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!)
A059330 Primes p such that x^67 = 2 has no solution mod p. 2
269, 1609, 1877, 2011, 3083, 3217, 4021, 4289, 4423, 4691, 5227, 5897, 6299, 6701, 7103, 7237, 7639, 7907, 8443, 9649, 10453, 11257, 11927, 12329, 13267, 14071, 14741, 15277, 15679, 16349, 17957, 18493, 19163, 19699, 20101, 20369, 20771 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement of A216887 relative to A000040. - Vincenzo Librandi, Sep 20 2012
LINKS
MATHEMATICA
ok[p_] := Reduce[Mod[x^67 - 2, p] == 0, x, Integers] == False; Select[Prime[Range[3000]], ok ] (* Vincenzo Librandi, Sep 20 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(22000) | not exists{x : x in ResidueClassRing(p) | x^67 eq 2 }]; // Vincenzo Librandi, Sep 20 2012
CROSSREFS
Sequence in context: A142385 A142823 A255023 * A054803 A251216 A166807
KEYWORD
nonn,easy
AUTHOR
Klaus Brockhaus, Jan 26 2001
STATUS
approved

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 05:35 EDT 2024. Contains 371697 sequences. (Running on oeis4.)