OFFSET
1,1
COMMENTS
Also, only entries p=1 (mod 4) of the sequence are not squares mod 79 (from the quadratic reciprocity law). - Lekraj Beedassy, Jul 21 2004
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
MATHEMATICA
Select[Prime@Range[120], JacobiSymbol[79, #] == - 1 &] (* Vincenzo Librandi, Sep 09 2012 *)
PROG
(Magma) [ p: p in PrimesUpTo(467) | not IsSquare(R! 79) where R:= ResidueClassRing(p) ]; // Vincenzo Librandi, Sep 10 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved