login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A018881
Smallest tenth power that begins with n.
1
0, 1, 282475249, 3486784401, 41426511213649, 59049, 60466176, 79792266297612001, 819628286980801, 9765625, 1024, 1125899906842624, 12157665459056928801, 137858491849, 141167095653376, 1531578985264449, 16679880978201
OFFSET
0,3
LINKS
FORMULA
a(n) = A018882(n)^10. - Seiichi Manyama, Jan 31 2017
MATHEMATICA
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 *)
CROSSREFS
Cf. A018882.
Sequence in context: A137492 A105014 A233622 * A016930 A016990 A017158
KEYWORD
nonn,base
EXTENSIONS
Added initial 0. - Seiichi Manyama, Jan 31 2017
STATUS
approved