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 A092074 #30 Apr 30 2025 09:17:12 %S A092074 3,37,71,139,173,241,479,547,683,751,853,887,1091,1193,1499,1567,1601, %T A092074 1669,1873,1907,2111,2179,2213,2281,2383,2417,2621,2689,2791,2927, %U A092074 3301,3539,3607,3709,3947,4049,4219,4253,4423,4457,4729,4831,4933,4967,5171 %N A092074 Primes congruent to 3 mod 17. %C A092074 Used in a primality test. %C A092074 Primes congruent to 3 mod 34. - _Chai Wah Wu_, Apr 29 2025 %H A092074 Vincenzo Librandi, <a href="/A092074/b092074.txt">Table of n, a(n) for n = 1..1000</a> %H A092074 Chris Caldwell, <a href="https://t5k.org/curios/includes/file.php?file=primetest.html">Prime test</a>. %t A092074 Select[ Range[3,5000,17], PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Apr 03 2011 *) %t A092074 Select[Prime[Range[700]],Mod[#,17]==3&] (* _Harvey P. Dale_, Dec 03 2021 *) %o A092074 (PARI) forprime(i=1,6000,if(Mod(i,17)==3,print1(i,","))) %o A092074 (Magma) [ p: p in PrimesUpTo(10000) | p mod 17 eq 3 ]; // _Vincenzo Librandi_, Apr 08 2011 %Y A092074 Cf. A129484. %K A092074 nonn,easy %O A092074 1,1 %A A092074 Jun Mizuki (suzuki32(AT)sanken.osaka-u.ac.jp), Mar 29 2004 %E A092074 More terms from Mohammed Bouayoun (bouyao(AT)wanadoo.fr) and _Ray Chandler_, Mar 30 2004