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 A100962 #8 Oct 20 2014 16:04:16 %S A100962 1,2,3,11,17,23,27,29,37,41,47,53,59,67,71,79,83,89,97,101,107,113, %T A100962 117,125,127,131,135,137,147,149,157,163,167,171,173,179,189,191,197, %U A100962 207,211,223,227,233,239,245,251,255,257,261,263,269,275,277,281,293,297 %N A100962 Numbers that can neither be written as the sum nor as the product of two primes. %C A100962 Intersection of A014092 and A100959. %H A100962 Reinhard Zumkeller, <a href="/A100962/b100962.txt">Table of n, a(n) for n = 1..10000</a> %o A100962 (Haskell) %o A100962 a100962 n = a100962_list !! (n-1) %o A100962 a100962_list = filter ((== 0) . a064911) a014092_list %o A100962 -- _Reinhard Zumkeller_, Oct 15 2014 %Y A100962 Cf. A084997. %Y A100962 Cf. A064911, A014092, A157931, A100959. %K A100962 nonn %O A100962 1,2 %A A100962 _Reinhard Zumkeller_, Nov 24 2004