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 A129525 #8 Aug 01 2025 14:36:23 %S A129525 1,2,3,4,5,6,8,9,12,13,16,17,18,19,21,22,24,27,29,32,35,38,41,59,66, %T A129525 69,73,75,76,84,88,93,97,135,145,203,289,297,302,319 %N A129525 Numbers k such that all the digits of k^3 are distinct. %e A129525 319^3 = 32461759, is the largest number with all different digits in its cube. %t A129525 Select[Range[10000], Length[IntegerDigits[ # ^3]] == Length[Union[IntegerDigits[ # ^3]]] &] %t A129525 Select[Range[10000],Max[DigitCount[#^3]]==1&] (* _Harvey P. Dale_, May 01 2012 *) %K A129525 base,fini,full,nonn %O A129525 1,2 %A A129525 _Tanya Khovanova_, May 29 2007