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!)
A296931 Primes p such that Legendre(-17,p) = 0 or 1. 3
2, 3, 7, 11, 13, 17, 23, 31, 53, 71, 79, 89, 101, 107, 131, 137, 139, 149, 157, 163, 167, 199, 211, 227, 229, 257, 281, 283, 293, 311, 347, 349, 353, 367, 373, 379, 389, 409, 419, 421, 431, 433, 439, 457, 461, 479, 487, 499, 503, 509, 547, 557 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes p such that p == 1, 2, 3, 7, 9, 11, 13, 17, 21, 23, 25, 27, 31, 33, 39, 49, 53, or 63 (mod 68). - Robert Israel, Dec 26 2017
LINKS
MAPLE
Load the Maple program HH given in A296920. Then run HH(-17, 200); This produces A296929, A296930, A296931.
Alternative:
select(p-> isprime(p) and numtheory:-legendre(-17, p)<>-1, [2, seq(i, i=3..1000)]); # Robert Israel, Dec 26 2017
CROSSREFS
Sequence in context: A045320 A045321 A045322 * A278698 A023221 A127430
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 26 2017
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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)