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 A045339 #23 Jun 26 2022 23:17:14 %S A045339 2,3,11,19,43,59,67,83,107,131,139,163,179,211,227,251,283,307,331, %T A045339 347,379,419,443,467,491,499,523,547,563,571,587,619,643,659,683,691, %U A045339 739,787,811,827,859,883,907,947 %N A045339 Primes congruent to {2, 3} mod 8. %H A045339 Ray Chandler, <a href="/A045339/b045339.txt">Table of n, a(n) for n = 1..10000</a> (first 1000 terms from Vincenzo Librandi) %F A045339 {2} UNION A007520. - _R. J. Mathar_, Dec 04 2011 %t A045339 Select[Prime[Range[200]],MemberQ[{2,3},Mod[#,8]]&] (* _Harvey P. Dale_, Oct 31 2011 *) %o A045339 (Magma) [ p: p in PrimesUpTo(1200) | p mod 8 in {2, 3} ]; // _Vincenzo Librandi_, Aug 07 2012 %Y A045339 Cf. A007520. %K A045339 nonn,easy %O A045339 1,1 %A A045339 _N. J. A. Sloane_