cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A332021 Elements of the set {m > 0: m is a quadratic nonresidue modulo prime(m)}.

This page as a plain text file.
%I A332021 #16 Feb 07 2020 11:44:19
%S A332021 2,3,6,7,8,10,11,13,15,18,21,24,26,27,28,32,33,39,41,44,45,48,50,52,
%T A332021 54,55,56,58,60,62,65,68,69,71,74,75,79,83,84,85,88,90,93,95,101,107,
%U A332021 108,109,110,114,116,117,118,119,120,122,123,124,126,129,130,131,133,135,139
%N A332021 Elements of the set {m > 0: m is a quadratic nonresidue modulo prime(m)}.
%C A332021 This is the complement sequence of A332020.
%C A332021 The conjecture in A332020 implies that the number of terms not exceeding x is about x/2 asymptotically.
%H A332021 Zhi-Wei Sun, <a href="/A332021/b332021.txt">Table of n, a(n) for n = 1..10000</a>
%e A332021 a(1) = 2 since 2 is a quadratic nonresidue modulo prime(2) = 3.
%e A332021 a(2) = 3 since 3 is a quadratic nonresidue modulo prime(3) = 5.
%t A332021 tab = {}; Do[If[JacobiSymbol[n, Prime[n]] == -1, tab = Append[tab, n]], {n, 140}]; tab
%o A332021 (PARI) isok(m) = kronecker(m, prime(m)) !=1; \\ _Michel Marcus_, Feb 06 2020
%Y A332021 Cf. A000040, A000290, A242750, A332020.
%K A332021 nonn
%O A332021 1,1
%A A332021 _Zhi-Wei Sun_, Feb 04 2020