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 A045415 #15 Sep 08 2022 08:44:56 %S A045415 3,5,17,19,29,31,43,47,59,61,71,73,89,101,103,113,127,131,157,173,197, %T A045415 199,211,227,229,239,241,257,269,271,281,283,311,313,337,353,367,379, %U A045415 383,397,409,421,439,449,463,467 %N A045415 Primes congruent to {1, 3, 5} mod 7. %C A045415 A039705(A049084(a(n))) = odd; complement of A045370. - _Reinhard Zumkeller_, Feb 25 2008 %H A045415 R. Zumkeller, <a href="/A045415/b045415.txt">Table of n, a(n) for n = 1..1001</a> %t A045415 Select[Prime[Range[100]],MemberQ[{1,3,5},Mod[#,7]]&] (* _Harvey P. Dale_, May 15 2011 *) %o A045415 (Magma) [ p: p in PrimesUpTo(600) | p mod 7 in {1,3,5} ]; // _Vincenzo Librandi_, Aug 12 2012 %Y A045415 Cf. A000040, A045429, A137978. %K A045415 nonn,easy %O A045415 1,1 %A A045415 _N. J. A. Sloane_