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!)
A038986 Primes p such that 95 is not a square mod p. 1
3, 11, 17, 29, 41, 67, 73, 89, 103, 107, 109, 127, 131, 137, 139, 157, 167, 181, 191, 197, 199, 223, 227, 233, 239, 241, 251, 269, 271, 277, 281, 307, 311, 313, 353, 359, 383, 397, 401, 409, 419, 421, 449, 457 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[120]], JacobiSymbol[95, #]==-1 &] (* Vincenzo Librandi, Sep 10 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(457) | not IsSquare(R! 95) where R:= ResidueClassRing(p) ]; // Vincenzo Librandi, Sep 10 2012
CROSSREFS
Sequence in context: A154613 A109654 A172070 * A276848 A194800 A154501
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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)