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

%I #6 Sep 09 2012 03:26:43

%S 2,3,11,37,41,47,53,61,71,79,83,89,101,103,113,137,151,167,179,181,

%T 191,193,197,211,223,227,229,233,239,241,269,277,283,307,317,331,337,

%U 349,359,367,373,379,383,409,431

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

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

%t Select[Prime@Range[120], JacobiSymbol[35, #] == -1 &] (* _Vincenzo Librandi_, Sep 09 2012 *)

%K nonn

%O 1,1

%A _N. J. A. Sloane_.

%E Offset changed from 0 to 1 by _Vincenzo Librandi_, Sep 09 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 April 25 06:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)