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

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

%S 3,7,13,17,29,59,79,89,97,101,103,113,131,137,139,163,173,179,191,197,

%T 199,211,241,263,269,277,281,307,313,317,331,337,347,349,359,367,383,

%U 397,401,431,433,443,457,461,479,491,499,503,509,521,541,547,569,587

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

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

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

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

%o (Magma) [p: p in PrimesUpTo(587) | KroneckerSymbol(p, 46) 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