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.

A134966 Primes that use all of the prime digits 2,3,5,7 exactly once.

Original entry on oeis.org

2357, 2753, 3257, 3527, 5237, 5273, 7253, 7523
Offset: 1

Views

Author

Lekraj Beedassy, Feb 04 2008

Keywords

Comments

Permutations of the four prime digits 2, 3, 5, 7 that are primes. - Lekraj Beedassy, May 12 2009

Crossrefs

Programs

  • Mathematica
    Select[FromDigits/@Permutations[{2,3,5,7}],PrimeQ] (* Harvey P. Dale, Jul 04 2013 *)