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.

A030080 Primes p such that digits of p appear in p^3.

Original entry on oeis.org

5, 11, 29, 59, 61, 67, 71, 73, 97, 101, 109, 137, 151, 191, 229, 233, 251, 281, 311, 331, 337, 347, 389, 401, 449, 467, 499, 541, 619, 641, 683, 701, 719, 733, 751, 769, 787, 829, 881, 883, 887, 919, 947, 977, 991, 997, 1009, 1013, 1019, 1021
Offset: 1

Views

Author

Keywords

Crossrefs

Primes in A029776.
Cf. A030082.

Programs

  • Mathematica
    Select[Prime[Range[200]],Intersection[IntegerDigits[#],IntegerDigits[#^3]]==Union[IntegerDigits[#]]&] (* Harvey P. Dale, Apr 23 2025 *)

Extensions

Offset changed by Andrew Howroyd, Aug 13 2024