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 A191062 #14 Sep 08 2022 08:45:57 %S A191062 7,11,13,29,37,41,43,59,67,71,73,89,97,101,103,127,131,149,157,163, %T A191062 179,191,193,223,239,251,269,277,281,283,307,311,313,337,359,367,373, %U A191062 389,397,401,419,431,433,449,457,461,463,479,487,491,509,521,523,547 %N A191062 Primes p that have Kronecker symbol (p|15) = -1. %C A191062 Originally erroneously named "Primes that are not squares mod 15". - _M. F. Hasler_, Jan 18 2016 %C A191062 Primes p == {7, 11, 13, 14} (mod 15). See A191018. - _Wolfdieter Lang_, May 24 2021 %H A191062 Vincenzo Librandi, <a href="/A191062/b191062.txt">Table of n, a(n) for n = 1..1000</a> %t A191062 Select[Prime[Range[200]], JacobiSymbol[#,15]==-1&] %o A191062 (Magma) [p: p in PrimesUpTo(547) | JacobiSymbol(p, 15) eq -1]; // _Vincenzo Librandi_, Sep 11 2012 %Y A191062 Cf. A191018. %K A191062 nonn,easy %O A191062 1,1 %A A191062 _T. D. Noe_, May 25 2011 %E A191062 Definition corrected, following a suggestion from _David Broadhurst_, by _M. F. Hasler_, Jan 18 2016