A103663 Smallest integer base x > 1 such that x^n has no digit 0 in its decimal representation, or 0 if no such x exists.
2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 5, 3, 3, 2, 2, 2, 2, 4, 2, 2, 12, 381, 22, 3, 2, 2, 3, 2, 2, 6, 5, 2, 2, 2, 2, 2, 2, 2, 4, 2, 0, 11, 0, 4, 6, 0, 0, 0, 0, 2, 0, 2, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 0
Examples
a(10) = 5 because 5^10 is the smallest 10th power containing no zero in its decimal representation (2^10 = 1024, 3^10 = 59049, 4^10 = 1048576).
Crossrefs
Extensions
a(21) = 381 found by Joshua Zucker
More terms from David Wasserman, Apr 17 2008
Comments