A062518 Conjectural largest exponent k such that n^k does not contain all of the digits 0 through 9 (in decimal notation) or 0 if no such k exists (for example if n is a power of 10).
0, 168, 106, 84, 65, 64, 61, 56, 53, 0, 41, 51, 37, 34, 34, 42, 27, 25, 44, 168, 29, 24, 50, 23, 29, 31, 28, 28, 45, 106, 28, 18, 24, 34, 18, 32, 25, 17, 41, 84, 23, 19, 20, 29, 39, 32, 15, 29, 16, 65, 29, 29, 30, 18, 17, 33, 19, 31, 27, 64, 26, 19, 24, 28, 17, 15, 21, 25, 13
Offset: 1
Examples
a(11) = 41 as 11^41 = 4978518112499354698647829163838661251242411 is the conjectural highest power of 11 not containing all ten digits. a(110) = 38 as 110^38 does not contain the digit 2, while, conjecturally, all higher powers of 110 contain all ten digits. - _Christopher J. Smyth_, Aug 20 2014
Formula
a(n^e) <= a(n)/e. - Robert G. Wilson v, Oct 02 2021
Extensions
Definition corrected by Christopher J. Smyth, Aug 20 2014.
Comments