login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A040994
Primes p such that x^6 = 3 has a solution mod p.
2
2, 3, 11, 23, 47, 59, 61, 71, 73, 83, 107, 131, 167, 179, 191, 193, 227, 239, 251, 263, 311, 347, 359, 383, 419, 431, 443, 467, 479, 491, 503, 563, 577, 587, 599, 613, 647, 659, 661, 683, 719, 743, 757, 827, 839
OFFSET
1,1
COMMENTS
Complement of A040995 relative to A000040. - Vincenzo Librandi, Sep 13 2012
LINKS
MATHEMATICA
ok[p_]:= Reduce[Mod[x^6- 3, p] == 0, x, Integers]=!=False; Select[Prime[Range[200]], ok] (* Vincenzo Librandi, Sep 13 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(1000) | exists(t){x : x in ResidueClassRing(p) | x^6 eq 3}]; // Vincenzo Librandi, Sep 13 2012
CROSSREFS
Sequence in context: A158017 A346605 A091310 * A141123 A263729 A246496
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 21 20:27 EDT 2024. Contains 376089 sequences. (Running on oeis4.)