OFFSET
0,3
COMMENTS
Any cube with a zero digit is a term of this sequence. Of the first 10,000 terms, only 331 have no zero digits. The largest such zero-free cube in the first 10,000 terms is 2956841564977. - Harvey P. Dale, Aug 22 2021
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..10000
EXAMPLE
19683 is in the sequence because it is a cube and the product of its digits 1*9*6*8*3=1296 is a square.
MATHEMATICA
Select[Range[0, 100]^3, IntegerQ[Sqrt[Times@@IntegerDigits[#]]]&] (* Harvey P. Dale, Aug 22 2021 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), Apr 12 2006
STATUS
approved