login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A028749
Nonsquares mod 36.
1
2, 3, 5, 6, 7, 8, 10, 11, 12, 14, 15, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 29, 30, 31, 32, 33, 34, 35
OFFSET
1,1
MATHEMATICA
Complement[Range[0, 35], Table[PowerMod[n, 2, 36], {n, 0, 35}]] (* Alonso del Arte, Aug 07 2016 *)
CROSSREFS
Cf. A070458.
Sequence in context: A039080 A093435 A048964 * A028764 A366319 A326070
KEYWORD
nonn,fini,full
AUTHOR
STATUS
approved