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 A141195 #11 Jan 29 2015 03:31:45 %S A141195 11,43,59,107,139,251,283,331,347,379,443,491,523,571,587,619,683,811, %T A141195 827,859,907,971,1019,1051,1163,1259,1291,1307,1451,1483,1499,1531, %U A141195 1579,1627,1723,1787,1867,1931,1979,2011,2027,2203,2251,2267,2347,2411,2459 %N A141195 Primes of the form 16k+11. %H A141195 T. D. Noe, <a href="/A141195/b141195.txt">Table of n, a(n) for n=1..1000</a> %t A141195 lst={};Do[If[PrimeQ[p=16*n+11],AppendTo[lst,p]],{n,0,5!}];lst (* _Vladimir Joseph Stephan Orlovsky_, Jan 28 2009 *) %t A141195 Select[16*Range[0,200]+11,PrimeQ] (* _Harvey P. Dale_, Aug 22 2014 *) %Y A141195 Cf. A094407, A091968, A127589, A141194, A105126, A141196, A127576. %K A141195 nonn %O A141195 1,1 %A A141195 _T. D. Noe_, Jun 12 2008