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.
%I A191032 #13 Sep 08 2022 08:45:57 %S A191032 5,11,19,31,37,41,43,47,53,61,67,71,73,83,107,109,127,149,151,157,167, %T A191032 181,193,223,227,229,233,239,251,257,271,283,293,311,353,373,379,389, %U A191032 409,419,421,439,449,463,467,487,523,557,563,571,577,593,599,601,607 %N A191032 Primes p with Kronecker symbol (p|46) = 1. %C A191032 Originally incorrectly named "primes which are squares (mod 46)". - _M. F. Hasler_, Jan 15 2016 %H A191032 Vincenzo Librandi, <a href="/A191032/b191032.txt">Table of n, a(n) for n = 1..1000</a> %t A191032 Select[Prime[Range[200]], JacobiSymbol[#,46]==1&] %o A191032 (Magma) [p: p in PrimesUpTo(607) | KroneckerSymbol(p, 46) eq 1]; // _Vincenzo Librandi_, Sep 11 2012 %o A191032 (PARI) select(p->kronecker(p,46)==1&&isprime(p),[1..1000]) \\ _M. F. Hasler_, Jan 15 2016 %Y A191032 Cf. A191017, A191018, A191020, A191023, A191025, A191026, A191028, A191029. %K A191032 nonn,easy %O A191032 1,1 %A A191032 _T. D. Noe_, May 24 2011 %E A191032 Definition corrected (following an observation by _David Broadhurst_) by _M. F. Hasler_, Jan 15 2016