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 A205667 #8 Jul 13 2013 12:04:21 %S A205667 2,3,5,7,11,12,15,19,20,21,22,24,26,28,30,33,34,36,38,39,41,42,45,50, %T A205667 51,54,55,56,58,61,62,63,65,70,74,76,77,78,82,85,87,89,92,93,95,101, %U A205667 102,105,109,110,111,114,116,118,120,121,122,124,126,128,141 %N A205667 Numbers containing exactly one prime in decimal representation. %C A205667 A039997(a(n)) = 1. %H A205667 Reinhard Zumkeller, <a href="/A205667/b205667.txt">Table of n, a(n) for n = 1..10000</a> %e A205667 A039997(10) = #{} = 0, therefore 10 is not a term; %e A205667 A039997(11) = #{11} = 1, therefore 11 is a term; %e A205667 A039997(12) = #{2} = 1, therefore 12 is a term; %e A205667 A039997(13) = #{3, 13} = 2, therefore 13 is not a term. %o A205667 (Haskell) %o A205667 a205667 n = a205667_list !! (n-1) %o A205667 a205667_list = filter ((== 1) . a039997) [0..] %o A205667 -- _Reinhard Zumkeller_, Jan 31 2012 %Y A205667 Subsequence of A163753. %K A205667 nonn,base %O A205667 1,1 %A A205667 _Reinhard Zumkeller_, Jan 31 2012