OFFSET
1,1
COMMENTS
The elements of A028809 smaller than 16, because 96 is a multiple of 16. - R. J. Mathar, Oct 23 2008
MATHEMATICA
Complement[Range[15], Union[PowerMod[Range[15], 2, 16]]] (* Harvey P. Dale, Apr 30 2011 *)
PROG
(PARI) select(n->!issquare(Mod(n, 16)), [2..15]) \\ Charles R Greathouse IV, Aug 28 2016
CROSSREFS
KEYWORD
nonn,fini,full
AUTHOR
STATUS
approved