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.

A191043 Primes p that have Kronecker symbol (p|70) = 1.

This page as a plain text file.
%I A191043 #15 Sep 08 2022 08:45:57
%S A191043 17,19,37,43,47,53,59,61,67,71,73,79,97,101,103,107,131,139,151,163,
%T A191043 167,181,191,197,223,229,239,251,257,269,277,281,313,317,347,349,353,
%U A191043 359,367,373,383,401,419,431,433,443,449,461,503,509,547,557,569,577
%N A191043 Primes p that have Kronecker symbol (p|70) = 1.
%C A191043 Originally incorrectly named "primes which are squares mod 70", which is sequence A106881. - _M. F. Hasler_, Jan 15 2016
%H A191043 Vincenzo Librandi, <a href="/A191043/b191043.txt">Table of n, a(n) for n = 1..1000</a>
%t A191043 Select[Prime[Range[200]], JacobiSymbol[#,70]==1&]
%o A191043 (Magma) [p: p in PrimesUpTo(577) | KroneckerSymbol(p, 70) eq 1]; // _Vincenzo Librandi_, Sep 11 2012
%o A191043 (PARI) select(p->kronecker(p, 70)==1&&isprime(p), [1..1000]) \\ This is to provide a generic characteristic function ("is_A191043") as 1st arg of select(), there are other ways to produce the sequence more efficiently. - _M. F. Hasler_, Jan 15 2016
%Y A191043 Cf. A191017, A191018, A191020, A191023, A191025, A191026, A191028, A191029, A191032, A191034, A191036, A191037, A191040, A191042.
%K A191043 nonn,easy
%O A191043 1,1
%A A191043 _T. D. Noe_, May 25 2011
%E A191043 Definition corrected (following an observation by _David Broadhurst_) by _M. F. Hasler_, Jan 15 2016