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”).

A010404
Squares mod 43.
1
0, 1, 4, 6, 9, 10, 11, 13, 14, 15, 16, 17, 21, 23, 24, 25, 31, 35, 36, 38, 40, 41
OFFSET
1,3
COMMENTS
A070465 sorted, without duplicates. - R. J. Mathar, Jan 12 2024
MATHEMATICA
Select[Range[0, 42], JacobiSymbol[#, 43]!=-1&] (* Harvey P. Dale, Jan 09 2016 *)
PROG
(Sage) [quadratic_residues(43)] # Zerinvary Lajos, May 24 2009
CROSSREFS
Sequence in context: A166593 A196269 A124785 * A010447 A112082 A277494
KEYWORD
nonn,fini,full
STATUS
approved