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 A045355 #24 Jan 01 2023 04:20:53 %S A045355 2,5,7,13,23,29,31,37,47,53,61,71,79,101,103,109,127,149,151,157,167, %T A045355 173,181,191,197,199,223,229,239,263,269,271,277,293,311,317,349,359, %U A045355 367,373,383,389,397,421,431,439 %N A045355 Primes congruent to {2, 5, 7} mod 8. %C A045355 Inert rational primes in the field Q(sqrt(-2)). - _Eyal Gruss_, Nov 30 2022 %H A045355 Ray Chandler, <a href="/A045355/b045355.txt">Table of n, a(n) for n = 1..10000</a> (first 1000 terms from Vincenzo Librandi) %F A045355 {2} UNION A003628. - _R. J. Mathar_, Sep 19 2012 %t A045355 Select[Prime[Range[800]],MemberQ[{2,5, 7},Mod[#,8]]&] (* _Vincenzo Librandi_, Aug 07 2012 *) %o A045355 (Magma) [ p: p in PrimesUpTo(1000) | p mod 8 in {2, 5, 7} ]; // _Vincenzo Librandi_, Aug 07 2012 %Y A045355 Cf. A000040. %K A045355 nonn,easy %O A045355 1,1 %A A045355 _N. J. A. Sloane_