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.

This page as a plain text file.
%I A029777 #13 Jul 01 2025 13:17:22
%S A029777 0,1,64,125,216,729,1000,1331,1728,9261,13824,15625,24389,32768,35937,
%T A029777 39304,59319,64000,85184,117649,125000,132651,157464,166375,175616,
%U A029777 205379,216000,226981,262144,274625,287496,300763,357911
%N A029777 Cubes k such that digits of cube root of k appear in k.
%H A029777 Harvey P. Dale, <a href="/A029777/b029777.txt">Table of n, a(n) for n = 1..10000</a>
%F A029777 a(n) = A029776(n)^3. - _Andrew Howroyd_, Aug 11 2024
%t A029777 Select[Range[0,100]^3,SubsetQ[IntegerDigits[#],IntegerDigits[CubeRoot[#]]]&] (* _Harvey P. Dale_, Jul 01 2025 *)
%Y A029777 Cf. A029776.
%K A029777 nonn,base
%O A029777 1,3
%A A029777 _Patrick De Geest_
%E A029777 Offset corrected by _Andrew Howroyd_, Aug 11 2024