login
Primes p that have Kronecker symbol (p|35) = -1.
2

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

%S 2,19,23,31,37,41,43,53,59,61,67,89,101,107,113,127,131,137,139,163,

%T 181,193,197,199,229,233,241,251,263,269,271,277,311,317,337,347,349,

%U 373,409,419,439,443,457,461,463,479,487,509,521,547,557,601,613,617

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

%C Originally erroneously named "Primes that are not squares mod 35". - _M. F. Hasler_, Jan 18 2016

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

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

%o (Magma) [p: p in PrimesUpTo(617) | JacobiSymbol(p, 35) eq -1]; // _Vincenzo Librandi_, 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