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!)
A038911 Primes p such that 35 is a square mod p. 2

%I #11 Sep 08 2012 01:45:47

%S 5,7,13,17,19,23,29,31,43,59,67,73,97,107,109,127,131,139,149,157,163,

%T 173,199,251,257,263,271,281,293,311,313,347,353,389,397,401,419,421,

%U 433,439,443,449,463,479,487,541

%N Primes p such that 35 is a square mod p.

%H Vincenzo Librandi, <a href="/A038911/b038911.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Prime[Range[100]], ! JacobiSymbol[35, #] == -1 &] (* _Vincenzo Librandi_, Sep 07 2012 *)

%K nonn

%O 1,1

%A _N. J. A. Sloane_.

%E Offset changed from 0 to 1 by _Vincenzo Librandi_, Sep 07 2012

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 March 29 08:01 EDT 2024. Contains 371265 sequences. (Running on oeis4.)