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.

Showing 1-1 of 1 results.

A259188 Primes p such that p, p^2 and p^3 are distinct-digit numbers.

Original entry on oeis.org

2, 3, 5, 13, 17, 19, 29, 59, 73
Offset: 1

Views

Author

Zak Seidov, Jun 20 2015

Keywords

Crossrefs

Subsequence of A259187. Cf. A029743.

Programs

  • Mathematica
    Select[Prime[Range[50]],Max[Flatten[DigitCount/@{#,#^2,#^3}]]<2&] (* Harvey P. Dale, Aug 20 2019 *)
Showing 1-1 of 1 results.