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.

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

This page as a plain text file.
%I A191056 #14 Sep 08 2022 08:45:57
%S A191056 5,7,11,13,17,19,29,43,67,71,79,89,97,103,107,109,139,163,179,181,191,
%T A191056 211,227,229,239,241,263,271,293,317,337,349,353,373,383,389,401,419,
%U A191056 421,431,439,443,457,461,467,479,487,499,509,521,547,557,563,587,601
%N A191056 Primes p that have Kronecker symbol (p|94) = 1.
%C A191056 Originally erroneously named "Primes that are squares mod 94", which would be A267601 = (2, 3, 7, 17, 37, 47, 53, 59, 61, 71, 79, 83, 89, 97, ...). - _M. F. Hasler_, Jan 18 2016
%H A191056 Vincenzo Librandi, <a href="/A191056/b191056.txt">Table of n, a(n) for n = 1..1000</a>
%t A191056 Select[Prime[Range[200]], JacobiSymbol[#,94]==1&]
%o A191056 (Magma) [p: p in PrimesUpTo(601) | KroneckerSymbol(p, 94) eq 1]; // _Vincenzo Librandi_, Sep 11 2012
%o A191056 (PARI) is_A191056(p)=kronecker(p,94)==1&&isprime(p) \\ _M. F. Hasler_, Jan 18 2016
%K A191056 nonn,easy
%O A191056 1,1
%A A191056 _T. D. Noe_, May 25 2011
%E A191056 Definition corrected, following a suggestion from _David Broadhurst_, by _M. F. Hasler_, Jan 18 2016