OFFSET
1,3
COMMENTS
A070451 sorted, duplicates removed. - R. J. Mathar, Jan 12 2024
MATHEMATICA
Union[PowerMod[Range[29], 2, 29]] (* Alonso del Arte, Nov 29 2019 *)
PROG
(Sage) [quadratic_residues(29)] # Zerinvary Lajos, May 24 2009
(Scala) (1 to 29).map(n => n * n).map(_ % 29).toSet.toSeq.sorted // Alonso del Arte, Nov 29 2019
CROSSREFS
KEYWORD
nonn,fini,full
AUTHOR
STATUS
approved