login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Semiprimes formed from single-digits primes only, each used at most once.
1

%I #10 Sep 09 2021 11:26:06

%S 25,35,57,235,237,253,327,527,537,573,723,753,2537,2573,2735,5327,

%T 5723,7235

%N Semiprimes formed from single-digits primes only, each used at most once.

%e 527 is a semiprime and its non-repeating digits are primes.

%t Select[FromDigits/@Flatten[Permutations/@Subsets[ {2,3,5,7}],1],PrimeOmega[ #] == 2&]//Union

%Y Cf. A177061, A000040, A168349, A168385.

%K easy,base,fini,full,nonn

%O 1,1

%A _Harvey P. Dale_, Sep 08 2021

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 22 19:05 EDT 2024. Contains 376138 sequences. (Running on oeis4.)