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!)
A191070 Primes p that have Kronecker symbol (p|39) = -1. 2

%I #13 Sep 08 2022 08:45:57

%S 7,17,19,23,29,31,37,53,67,73,97,101,107,109,113,131,151,163,173,179,

%T 191,193,223,229,233,241,251,257,263,269,271,307,311,331,347,349,379,

%U 389,397,409,419,421,443,457,463,467,487,491,499,503,521,541,563,569

%N Primes p that have Kronecker symbol (p|39) = -1.

%C Originally erroneously named "Primes that are not squares mod 39", which contains this as a subsequence. - _M. F. Hasler_, Jan 18 2016

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

%t Select[Prime[Range[200]], JacobiSymbol[#,39]==-1&]

%o (Magma) [p: p in PrimesUpTo(569) | KroneckerSymbol(p, 39) eq -1]; // _Bruno Berselli_, Sep 11 2012

%K nonn,easy

%O 1,1

%A _T. D. Noe_, May 25 2011

%E Definition corrected, following a suggestion from _David Broadhurst_, by _M. F. Hasler_, Jan 18 2016

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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)