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.

A191025 Primes p which have Kronecker symbol (p|34) = 1.

This page as a plain text file.
%I A191025 #15 Sep 08 2022 08:45:57
%S A191025 3,5,11,29,37,47,61,89,103,107,109,127,131,137,139,151,163,173,181,
%T A191025 191,197,211,223,227,239,257,263,269,271,277,281,283,317,347,353,359,
%U A191025 379,383,397,409,419,433,457,463,499,541,547,569,571,577,593,599,619,631
%N A191025 Primes p which have Kronecker symbol (p|34) = 1.
%C A191025 Originally incorrectly named "primes which are squares (mod 34)", which is sequence A038889. - M. F. Hasler, Jan 15 2016
%H A191025 Vincenzo Librandi, <a href="/A191025/b191025.txt">Table of n, a(n) for n = 1..1000</a>
%t A191025 Select[Prime[Range[200]], JacobiSymbol[#,34]==1&]
%o A191025 (Magma) [p: p in PrimesUpTo(631) | KroneckerSymbol(p, 34) eq 1]; // _Vincenzo Librandi_, Sep 11 2012
%Y A191025 Cf. A191017, A191018, A191020, A191023.
%K A191025 nonn,easy
%O A191025 1,1
%A A191025 _T. D. Noe_, May 24 2011
%E A191025 Definition corrected (following an observation by _David Broadhurst_) by _M. F. Hasler_, Jan 15 2016