login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A038936 Primes p such that 57 is not a square mod p. 10
5, 11, 13, 17, 23, 31, 37, 47, 67, 79, 83, 97, 101, 103, 109, 127, 131, 137, 149, 151, 181, 191, 193, 197, 211, 223, 233, 239, 241, 251, 263, 307, 311, 331, 337, 347, 353, 359, 373, 379, 389, 409, 419, 421, 433 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..1000

MATHEMATICA

Select[Prime@Range[120], JacobiSymbol[57, #] == -1 &] (* Vincenzo Librandi, Sep 09 2012 *)

PROG

(PARI) select(n->!issquare(Mod(57, n)), primes(100)) \\ Charles R Greathouse IV, Sep 09 2012

CROSSREFS

Sequence in context: A090320 A085909 A104110 * A106091 A040113 A003632

Adjacent sequences:  A038933 A038934 A038935 * A038937 A038938 A038939

KEYWORD

nonn

AUTHOR

N. J. A. Sloane.

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 19 11:10 EDT 2013. Contains 225429 sequences.