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