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