OFFSET
1,1
MATHEMATICA
Complement[Range[0, 92], PowerMod[Range[93], 2, 93]] (* Alonso del Arte, Dec 31 2019 *)
PROG
(Scala) (0 to 92).diff((1 to 93).map(n => n * n % 93)) // Alonso del Arte, Dec 31 2019
CROSSREFS
KEYWORD
nonn,fini,full,easy
AUTHOR
STATUS
approved