cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A191086 Primes p that have Kronecker symbol (p|94) = -1.

This page as a plain text file.
%I A191086 #12 Sep 08 2022 08:45:57
%S A191086 3,23,31,37,41,53,59,61,73,83,101,113,127,131,137,149,151,157,167,173,
%T A191086 193,197,199,223,233,251,257,269,277,281,283,307,311,313,331,347,359,
%U A191086 367,379,397,409,433,449,463,491,503,523,541,569,571,577,593,599,607
%N A191086 Primes p that have Kronecker symbol (p|94) = -1.
%C A191086 Originally erroneously named "Primes that are not squares mod 94". - _M. F. Hasler_, Jan 18 2016
%H A191086 Vincenzo Librandi, <a href="/A191086/b191086.txt">Table of n, a(n) for n = 1..1000</a>
%t A191086 Select[Prime[Range[200]], JacobiSymbol[#,94]==-1&]
%o A191086 (Magma) [p: p in PrimesUpTo(607) | KroneckerSymbol(p, 94) eq -1]; // _Vincenzo Librandi_, Sep 11 2012
%Y A191086 Cf. A191056.
%K A191086 nonn,easy
%O A191086 1,1
%A A191086 _T. D. Noe_, May 25 2011
%E A191086 Definition corrected, following a suggestion from _David Broadhurst_, by _M. F. Hasler_, Jan 18 2016