login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A332021 Elements of the set {m > 0: m is a quadratic nonresidue modulo prime(m)}. 2
2, 3, 6, 7, 8, 10, 11, 13, 15, 18, 21, 24, 26, 27, 28, 32, 33, 39, 41, 44, 45, 48, 50, 52, 54, 55, 56, 58, 60, 62, 65, 68, 69, 71, 74, 75, 79, 83, 84, 85, 88, 90, 93, 95, 101, 107, 108, 109, 110, 114, 116, 117, 118, 119, 120, 122, 123, 124, 126, 129, 130, 131, 133, 135, 139 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This is the complement sequence of A332020.
The conjecture in A332020 implies that the number of terms not exceeding x is about x/2 asymptotically.
LINKS
EXAMPLE
a(1) = 2 since 2 is a quadratic nonresidue modulo prime(2) = 3.
a(2) = 3 since 3 is a quadratic nonresidue modulo prime(3) = 5.
MATHEMATICA
tab = {}; Do[If[JacobiSymbol[n, Prime[n]] == -1, tab = Append[tab, n]], {n, 140}]; tab
PROG
(PARI) isok(m) = kronecker(m, prime(m)) !=1; \\ Michel Marcus, Feb 06 2020
CROSSREFS
Sequence in context: A299407 A028757 A184798 * A047560 A032899 A193528
KEYWORD
nonn
AUTHOR
Zhi-Wei Sun, Feb 04 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)