OFFSET
1,1
COMMENTS
LINKS
R. J. Mathar, Table of n, a(n) for n = 1..1000
R. J. Mathar, Maple programs for this and related sequences
MATHEMATICA
ok[p_]:= Reduce[Mod[x^62 - 2, p] == 0, x, Integers] =!= False; Select[Prime[Range[150]], ok] (* Vincenzo Librandi, Sep 15 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(700) | exists(t){x : x in ResidueClassRing(p) | x^62 eq 2}]; // Vincenzo Librandi, Sep 15 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved