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 A045320 #17 Mar 18 2023 08:08:03 %S A045320 2,3,7,11,13,17,23,29,31,37,41,43,53,59,67,71,73,79,83,97,101,107,109, %T A045320 113,127,137,139,149,151,157,163,167,179,181,191,193,197,199,211,223, %U A045320 227,233,239,241,251,263,269,277,281,283,293,307,311,317,331,337,347 %N A045320 Primes not congruent to 5 (mod 7). %H A045320 Mohammed Yaseen, <a href="/A045320/b045320.txt">Table of n, a(n) for n = 1..10000</a> (first 1000 terms from Harvey P. Dale) %t A045320 Select[Prime[Range[2000]],Mod[#,7]!=5&] (* _Harvey P. Dale_, Feb 26 2013 *) %o A045320 (PARI) forprime(p=2, 350, if(p%7 != 5, print1(p, ", "))) \\ _Mohammed Yaseen_, Mar 18 2023 %Y A045320 Cf. A045334. %K A045320 nonn %O A045320 1,1 %A A045320 _N. J. A. Sloane_ %E A045320 Offset corrected by _Mohammed Yaseen_, Mar 18 2023