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 A093894 #11 Sep 23 2018 21:42:07 %S A093894 49,87,91,121,133,169,183,213,217,247,249,259,287,301,339,343,361,403, %T A093894 411,427,445,469,473,481,501,511,527,529,553,559,581,589,591,633,679, %U A093894 699,703,713,717,721,763,789,793,817,841,843,871,889,895,949,951,961 %N A093894 Composite members of A093893. %C A093894 Comment: Most terms of this sequence have four divisors. Some terms (the squares of primes) have three divisors; very few terms have more than four divisors (the first such term is 4753, with six). Conjecture: This sequence is infinite. - Adam M. Kalman (mocha(AT)clarityconnect.com), Nov 11 2004 %H A093894 Charles R. Greathouse IV, Sep 10, 2008, <a href="/A093894/b093894.txt">Table of n, a(n) for n = 1..10001</a> %e A093894 133 is a term, the divisors are 1,7,19,133 and no sum of two or more gives a prime. %t A093894 For[a:=4, a<=2000, s =Divisors[a];n := 1;d := False; While[(n<=2^Length[s])\[And]( ["not" character]d), If[Length[NthSubset[n, s]]>=2, If[ !PrimeQ[Plus@@NthSubset[n, s]], n++, d:= True], n++ ]]; If[ ["not" character]d, Print[a]];a++;While[PrimeQ[a], a+=2]]; (* Adam M. Kalman, Nov 11 2004 *) %Y A093894 Cf. A093890, A093891, A093892, A093893. %K A093894 nonn %O A093894 1,1 %A A093894 _Amarnath Murthy_, Apr 23 2004 %E A093894 Corrected and extended by Adam M. Kalman (mocha(AT)clarityconnect.com), Nov 11 2004