The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A059335 Primes p such that x^33 = 2 has no solution mod p. 2
7, 13, 19, 23, 37, 61, 67, 73, 79, 89, 97, 103, 139, 151, 163, 181, 193, 199, 211, 241, 271, 313, 331, 337, 349, 353, 367, 373, 379, 397, 409, 419, 421, 463, 487, 523, 541, 547, 571, 577, 607, 613, 617, 619, 631, 661, 673, 683, 709, 727, 751, 757, 769, 787 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement of A049565 relative to A000040.
LINKS
MATHEMATICA
ok[p_] := Reduce[Mod[x^33 - 2, p] == 0, x, Integers] == False; Select[Prime[Range[150]], ok ] (* Vincenzo Librandi, Sep 20 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(800) | not exists{x : x in ResidueClassRing(p) | x^33 eq 2 }]; // Vincenzo Librandi, Sep 20 2012
CROSSREFS
Sequence in context: A038910 A035497 A216527 * A070419 A080199 A016921
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 May 13 21:51 EDT 2024. Contains 372523 sequences. (Running on oeis4.)