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.

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

Original entry on oeis.org

25, 35, 57, 235, 237, 253, 327, 527, 537, 573, 723, 753, 2537, 2573, 2735, 5327, 5723, 7235
Offset: 1

Views

Author

Harvey P. Dale, Sep 08 2021

Keywords

Examples

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

Crossrefs

Programs

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