This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A032553 #19 Oct 06 2019 18:10:15 %S A032553 0,1,8,27,46,125,126,334,125,279,1,1133,1278,1279,2447,3357,469,1349, %T A032553 2358,5689,8,1269,1468,11267,12348,12556,15677,13689,12259,23489,27, %U A032553 12799,23678,33579,3349,24578,45666,3556,24578,13599,46 %N A032553 Arrange digits of cubes in ascending order. %H A032553 Enrique Pérez Herrero, <a href="/A032553/b032553.txt">Table of n, a(n) for n = 0..1000</a> %e A032553 Leading zeros discarded (e.g., 40^3 = 64000 = 00046 becomes 46). %t A032553 Table[FromDigits[Sort[IntegerDigits[n^3]]],{n,0,40}] (* _Enrique Pérez Herrero_, Sep 29 2013 *) %Y A032553 Cf. A032554. %Y A032553 Cf. A028907, A028908. %Y A032553 Cf. A004186, A004185. %K A032553 nonn,base %O A032553 0,3 %A A032553 _Patrick De Geest_, Apr 15 1998