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 A038898 #19 May 24 2022 02:43:57 %S A038898 3,5,17,31,37,47,53,59,61,71,89,97,109,113,127,131,137,139,149,151, %T A038898 157,163,167,179,181,211,223,229,239,241,271,281,293,307,311,313,331, %U A038898 337,347,373,389,401,421,433,439 %N A038898 Primes p such that 23 is not a square mod p. %C A038898 Inert rational primes in the field Q(sqrt(23)). - _N. J. A. Sloane_, Dec 26 2017 %C A038898 Also, only entries p == 1 (mod 4) of the sequence are not squares mod 23 (from the quadratic reciprocity law). - _Lekraj Beedassy_, Jul 21 2004 %H A038898 Vincenzo Librandi, <a href="/A038898/b038898.txt">Table of n, a(n) for n = 1..1000</a> %H A038898 <a href="/index/Pri#primes_decomp_of">Index to sequences related to decomposition of primes in quadratic fields</a> %t A038898 Select[Prime@Range[120], JacobiSymbol[23, #] == -1 &] (* _Vincenzo Librandi_, Sep 08 2012 *) %K A038898 nonn %O A038898 1,1 %A A038898 _N. J. A. Sloane_ %E A038898 Offset changed from 0 to 1 by _Vincenzo Librandi_, Sep 08 2012