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.

A030090 Primes p such that digits of p do not appear in p^2 or p^3 (probably finite).

Original entry on oeis.org

2, 3, 7, 47, 53, 157, 577
Offset: 1

Views

Author

Keywords

Comments

No additional terms in the first 1 million primes. - Harvey P. Dale, Apr 25 2018

Crossrefs

Primes in A029790.

Programs

  • Mathematica
    Select[Prime[Range[1000000]],Intersection[Union[Flatten[ IntegerDigits/@ {#^2,#^3}]],IntegerDigits[#]] == {}&] (* Harvey P. Dale, Apr 25 2018 *)

Extensions

Offset changed by Andrew Howroyd, Aug 13 2024