OFFSET
1,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..2500
EXAMPLE
24389 is in the sequence because (1) it is a cube, (2) the product of its digits is 2*4*3*8*9=1728 which is also cube.
MATHEMATICA
Select[Range[100]^3, IntegerQ[Surd[Times@@IntegerDigits[#], 3]]&] (* Harvey P. Dale, Oct 16 2018 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 03 2006
STATUS
approved