OFFSET
1,3
MATHEMATICA
Union[PowerMod[Range[63], 2, 63]] (* Alonso del Arte, Dec 21 2019 *)
PROG
(Sage) [quadratic_residues(63)] # Zerinvary Lajos, May 24 2009
(Scala) (1 to 63).map(n => (n * n) % 63).toSet.toSeq.sorted // Alonso del Arte, Dec 21 2019
CROSSREFS
KEYWORD
nonn,fini,full,easy
AUTHOR
STATUS
approved