A019545 Cubes whose digits are cubes.
0, 1, 8, 1000, 8000, 1000000, 8000000, 1000000000, 8000000000, 1000000000000, 8000000000000, 1000000000000000, 8000000000000000, 1000000000000000000, 8000000000000000000, 1000000000000000000000
Offset: 1
Links
- Sylvester Smith, A Set of Conjectures on Smarandache Sequences, Bulletin of Pure and Applied Sciences, (Bombay, India), Vol. 15 E (No. 1), 1996, pp. 101-107.
- Eric Weisstein's World of Mathematics, Smarandache Sequences
Crossrefs
Cf. A046031.
Programs
-
Mathematica
Join[{0},Select[FromDigits/@(Flatten[Table[PadRight[{d},n,0],{n,30},{d,{1,8}}],1]),IntegerQ[Surd[#,3]]&]] (* Harvey P. Dale, Dec 03 2021 *)
Comments