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.

A108632 Semiprimes with prime digits (only digits 2,3,5,7 in semiprimes).

This page as a plain text file.
%I A108632 #8 Oct 19 2012 12:10:25
%S A108632 22,25,33,35,55,57,77,235,237,253,323,327,335,355,377,527,533,535,537,
%T A108632 553,573,723,737,753,755,2227,2253,2257,2323,2327,2335,2353,2533,2537,
%U A108632 2573,2577,2722,2723,2733,2735,2757,2773,3223,3227,3233,3235,3273,3277
%N A108632 Semiprimes with prime digits (only digits 2,3,5,7 in semiprimes).
%C A108632 Complement of 108631 in the class of semiprimes.
%H A108632 Vincenzo Librandi, <a href="/A108632/b108632.txt">Table of n, a(n) for n = 1..1000</a>
%t A108632 fQ[n_]:=Plus@@Last/@FactorInteger[n]==2&&Union[{2, 3, 5, 7}, IntegerDigits[n]]=={2, 3, 5, 7};Select[Range[4000], fQ[ # ]&]
%t A108632 Select[FromDigits/@Flatten[Table[Tuples[{2,3,5,7},n],{n,2,4}],1],PrimeOmega[#]==2&] (* _Harvey P. Dale_, Oct 19 2012 *)
%Y A108632 Cf. A108631.
%K A108632 nonn,base
%O A108632 1,1
%A A108632 _Zak Seidov_, Jun 13 2005