OFFSET
1,2
REFERENCES
Felice Russo, A set of new Smarandache Functions, Sequences and conjectures in number theory, American Research Press, Lupton USA.
EXAMPLE
224 belongs to this sequence as 224^3 = 11239424 and the product of the digits = 1728 = 12^3.
MATHEMATICA
Do[a = Apply[Times, IntegerDigits[n^3]]; If[ a != 0 && IntegerQ[a^(1/3)], Print[n]], {n, 1, 10^4} ]
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Amarnath Murthy, Jan 05 2002
EXTENSIONS
More terms from Robert G. Wilson v, Jan 15 2002
Offset changed by Andrew Howroyd, Sep 17 2024
STATUS
approved