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 A018881 #16 Apr 04 2024 12:02:07 %S A018881 0,1,282475249,3486784401,41426511213649,59049,60466176, %T A018881 79792266297612001,819628286980801,9765625,1024,1125899906842624, %U A018881 12157665459056928801,137858491849,141167095653376,1531578985264449,16679880978201 %N A018881 Smallest tenth power that begins with n. %H A018881 Seiichi Manyama, <a href="/A018881/b018881.txt">Table of n, a(n) for n = 0..10000</a> %F A018881 a(n) = A018882(n)^10. - _Seiichi Manyama_, Jan 31 2017 %t A018881 Join[{0},Module[{nn=150,tp},tp=Range[nn]^10;Table[SelectFirst[tp,Take[ IntegerDigits[#], IntegerLength[ n]]==IntegerDigits[n]&],{n,16}]]//Quiet] (* _Harvey P. Dale_, Apr 04 2024 *) %Y A018881 Cf. A018882. %K A018881 nonn,base %O A018881 0,3 %A A018881 _David W. Wilson_ %E A018881 Added initial 0. - _Seiichi Manyama_, Jan 31 2017