OFFSET
1,1
MATHEMATICA
Complement[Range[0, 61], PowerMod[Range[62], 2, 62]] (* Alonso del Arte, Dec 31 2019 *)
PROG
(Scala) (0 to 61).diff((1 to 62).map(n => n * n % 62)) // Alonso del Arte, Dec 31 2019
CROSSREFS
KEYWORD
nonn,fini,full,easy
AUTHOR
EXTENSIONS
Incorrect term 31 removed by Alonso del Arte, Nov 29 2019
STATUS
approved