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