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