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.

A141521 Primes with a prime number of digits, all of which are distinct primes.

Original entry on oeis.org

23, 37, 53, 73, 257, 523
Offset: 1

Views

Author

Lekraj Beedassy, Aug 11 2008

Keywords

Crossrefs

Programs

  • Mathematica
    Sort[Select[FromDigits/@Flatten[Permutations/@Subsets[{2,3,5,7},{2,3}],1],PrimeQ]] (* Harvey P. Dale, Jul 08 2014 *)