%I #19 Oct 06 2019 18:10:15
%S 0,1,8,27,46,125,126,334,125,279,1,1133,1278,1279,2447,3357,469,1349,
%T 2358,5689,8,1269,1468,11267,12348,12556,15677,13689,12259,23489,27,
%U 12799,23678,33579,3349,24578,45666,3556,24578,13599,46
%N Arrange digits of cubes in ascending order.
%H Enrique Pérez Herrero, <a href="/A032553/b032553.txt">Table of n, a(n) for n = 0..1000</a>
%e Leading zeros discarded (e.g., 40^3 = 64000 = 00046 becomes 46).
%t Table[FromDigits[Sort[IntegerDigits[n^3]]],{n,0,40}] (* _Enrique Pérez Herrero_, Sep 29 2013 *)
%Y Cf. A032554.
%Y Cf. A028907, A028908.
%Y Cf. A004186, A004185.
%K nonn,base
%O 0,3
%A _Patrick De Geest_, Apr 15 1998