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 A103173 #23 Jan 17 2024 19:10:26 %S A103173 2,3,7,8,53,77 %N A103173 Numbers k such that the decimal digits of k are not present in k^2, k^3, or k^4. %C A103173 No more terms exist below 10^100. The last five digits of any larger term must be 75557, 85557, 88787, 88188, 88988 or 98988. - _Hagen von Eitzen_, Jun 16 2009 %e A103173 For k=77, the 1st through 4th powers are {77, 5929, 456533, 35153041}. %e A103173 Digits of k appear first in the 5th powers {32, 243, 16807, 32768, 418195493, 2706784157}. %t A103173 Select[Range[10^3],ContainsNone[IntegerDigits[#],Union[IntegerDigits[#^2],IntegerDigits[#^3],IntegerDigits[#^4]]]&] (* _James C. McMahon_, Jan 17 2024 *) %Y A103173 Cf. A029783, A029790. %K A103173 base,nonn,more %O A103173 1,1 %A A103173 _Labos Elemer_, Feb 28 2005