cp's OEIS Frontend

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.

A108631 Semiprimes with nonprime digits (no digits 2,3,5,7 in semiprimes).

This page as a plain text file.
%I A108631 #6 Aug 15 2017 17:55:36
%S A108631 4,6,9,10,14,46,49,69,86,91,94,106,111,118,119,141,146,161,166,169,
%T A108631 194,411,446,466,469,481,489,611,614,649,669,681,689,694,698,699,818,
%U A108631 841,849,866,869,886,889,898,899,901,914,949,961,989,998
%N A108631 Semiprimes with nonprime digits (no digits 2,3,5,7 in semiprimes).
%C A108631 Complement of 108632 in the class of semiprimes.
%t A108631 Select[Range[1000],PrimeOmega[#]==2&&ContainsOnly[IntegerDigits[#],{0,1,4,6,8,9}]&] (* _Harvey P. Dale_, Aug 15 2017 *)
%Y A108631 Cf. A108632.
%K A108631 nonn,base
%O A108631 1,1
%A A108631 _Zak Seidov_, Jun 13 2005