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!)
A038972 Primes p such that 85 is not a square mod p. 2
2, 11, 13, 29, 31, 41, 43, 47, 53, 61, 67, 71, 79, 83, 103, 109, 127, 131, 137, 139, 157, 181, 199, 211, 223, 241, 257, 263, 269, 293, 307, 311, 353, 373, 379, 383, 401, 419, 431, 433, 439, 443, 449, 457, 463, 467 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[120]], JacobiSymbol[#, 85] == -1 &] (* Vincenzo Librandi Sep 10 2012 *)
PROG
(Magma) [2] cat [ p: p in PrimesUpTo(467) | not IsSquare(R! 85) where R:= ResidueClassRing(p) ]; // Vincenzo Librandi, Sep 10 2012
CROSSREFS
Sequence in context: A154742 A257329 A063587 * A242776 A105887 A019407
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Offset changed from 0 to 1 by Vincenzo Librandi, Sep 10 2012
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 25 11:30 EDT 2024. Contains 371967 sequences. (Running on oeis4.)