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