(MAGMAMagma) [p: p in PrimesUpTo(1100) | exists(t){x : x in ResidueClassRing(p) | x^32 eq 2}]; // Vincenzo Librandi, Sep 14 2012
(MAGMAMagma) [p: p in PrimesUpTo(1100) | exists(t){x : x in ResidueClassRing(p) | x^32 eq 2}]; // Vincenzo Librandi, Sep 14 2012
editing
approved
approved
editing
reviewed
approved
proposed
reviewed
editing
proposed
Complement of A059349 relative to A000040. - Vincenzo Librandi, Sep 14 2012
ok[p_]:= Reduce[Mod[x^32 - 2, p] == 0, x, Integers] =!= False; Select[Prime[Range[300]], ok] (* Vincenzo Librandi, Sep 14 2012 *)
(MAGMA) [p: p in PrimesUpTo(1100) | exists(t){x : x in ResidueClassRing(p) | x^32 eq 2}]; // Vincenzo Librandi, Sep 14 2012
nonn,easy
approved
editing
_N. J. A. Sloane (njas(AT)research.att.com)_.
<a href="/Sindx_index/Pri.html#smp">Index entries for related sequences</a>
R. J. Mathar, <a href="/A049564/b049564.txt">Table of n, a(n) for n = 1..1000</a>
<a href="/Sindx_Pri.html#smp">Index entries for related sequences</a>
nonn,new
nonn