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.

A051750 Primes whose cubes lack zeros.

Original entry on oeis.org

2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 41, 53, 61, 71, 83, 97, 113, 137, 139, 151, 157, 167, 173, 179, 181, 191, 197, 211, 233, 239, 241, 251, 257, 263, 277, 283, 293, 307, 331, 337, 347, 353, 359, 373, 379, 383, 389, 409, 421, 433, 457, 461, 463, 499, 503
Offset: 1

Views

Author

G. L. Honaker, Jr., Dec 07 1999

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[100]],FreeQ[IntegerDigits[#^3],0]&] (* Harvey P. Dale, Jan 06 2017 *)
  • PARI
    isok(n) = isprime(n) && vecmin(digits(n^3)); \\ Michel Marcus, Jan 06 2014

Extensions

More terms from Michel Marcus, Jan 06 2014