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.

A129338 Absolute primes, alternative definition: every permutation of digits is a prime and there are at least two different digits.

Original entry on oeis.org

13, 17, 31, 37, 71, 73, 79, 97, 113, 131, 199, 311, 337, 373, 733, 919, 991
Offset: 1

Views

Author

M. F. Hasler, Mar 26 2008

Keywords

Comments

No further terms through the 50000th prime, i.e., through 611953. - Harvey P. Dale, May 19 2012.

Crossrefs

See the main entry A003459 for the usual definition.

Programs

  • Mathematica
    Select[Prime[Range[5,170]],And@@PrimeQ[FromDigits/@Permutations[ IntegerDigits[#]]]&] (* Harvey P. Dale, Oct 03 2011 *)