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.

A029777 Cubes k such that digits of cube root of k appear in k.

Original entry on oeis.org

0, 1, 64, 125, 216, 729, 1000, 1331, 1728, 9261, 13824, 15625, 24389, 32768, 35937, 39304, 59319, 64000, 85184, 117649, 125000, 132651, 157464, 166375, 175616, 205379, 216000, 226981, 262144, 274625, 287496, 300763, 357911
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A029776.

Programs

  • Mathematica
    Select[Range[0,100]^3,SubsetQ[IntegerDigits[#],IntegerDigits[CubeRoot[#]]]&] (* Harvey P. Dale, Jul 01 2025 *)

Formula

a(n) = A029776(n)^3. - Andrew Howroyd, Aug 11 2024

Extensions

Offset corrected by Andrew Howroyd, Aug 11 2024