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 A141194 #11 Nov 26 2015 13:59:02 %S A141194 7,23,71,103,151,167,199,263,311,359,439,487,503,599,631,647,727,743, %T A141194 823,839,887,919,967,983,1031,1063,1223,1303,1319,1367,1399,1447,1511, %U A141194 1543,1559,1607,1783,1831,1847,1879,2039,2087,2311,2423,2503,2551,2647 %N A141194 Primes of the form 16k+7. %H A141194 T. D. Noe, <a href="/A141194/b141194.txt">Table of n, a(n) for n=1..1000</a> %t A141194 lst={};Do[If[PrimeQ[p=16*n+7],AppendTo[lst,p]],{n,0,5!}];lst (* _Vladimir Joseph Stephan Orlovsky_, Jan 28 2009 *) %t A141194 Select[16*Range[0,200]+7,PrimeQ] (* _Harvey P. Dale_, Nov 26 2015 *) %Y A141194 Cf. A094407, A091968, A127589, A105126, A141195, A141196, A127576. %K A141194 nonn %O A141194 1,1 %A A141194 _T. D. Noe_, Jun 12 2008