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 A094657 #14 Apr 03 2023 10:36:10 %S A094657 89,157,191,293,463,599,701,769,1109,1279,1381,1483,1619,1721,1789, %T A094657 1823,1993,2027,2129,2333,2503,2707,2741,2843,3217,3251,3319,3557, %U A094657 3659,3727,3761,3863,3931,4271,4339,4373,4441,4679,4951,5087,5189,5393,5563,5801 %N A094657 Primes congruent to 4 mod 17. %C A094657 Used in a primality test. %H A094657 Vincenzo Librandi, <a href="/A094657/b094657.txt">Table of n, a(n) for n = 1..1000</a> %H A094657 Chris Caldwell, <a href="https://t5k.org/curios/includes/file.php?file=primetest.html">Prime test</a>. %F A094657 a(n) ~ 16n log n. - _Charles R Greathouse IV_, Jul 02 2016 %t A094657 Select[Prime[Range[800]],Mod[#,17]==4&] (* _Harvey P. Dale_, Mar 22 2011 *) %o A094657 (Magma) [p: p in PrimesUpTo(6000) | p mod 17 eq 4 ]; // _Vincenzo Librandi_, Aug 14 2012 %o A094657 (PARI) is(n)=isprime(n) && n%17==4 \\ _Charles R Greathouse IV_, Jul 02 2016 %K A094657 nonn,easy %O A094657 1,1 %A A094657 Jun Mizuki (suzuki32(AT)sanken.osaka-u.ac.jp), Jun 14 2004 %E A094657 More terms from _Klaus Brockhaus_, Jun 16 2004