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.

A066693 Integers whose cube root equals their number of divisors.

Original entry on oeis.org

1, 21952, 64000
Offset: 1

Views

Author

Harvey P. Dale, Jan 11 2002

Keywords

References

  • David Wells, The Penguin Dictionary of Curious and Interesting Numbers (Rev. ed. 1997), p. 165.

Crossrefs

Cf. A143026.

Programs

  • Mathematica
    Select[Table[i^3, {i, 500}], DivisorSigma[0, # ] == #^(1/3) &]