Number of times the digit S000165(n) appears in the decimal form of 2^n.
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 1, 2, 3, 4, 3, 3, 2, 2, 2, 1, 2, 3, 3, 3, 3, 4, 3, 3, 3, 4, 3, 4, 3, 3, 3, 4, 4, 3, 3, 3, 3, 3, 3, 5, 4, 3, 4, 4, 4, 3, 4, 4, 3, 3, 4, 4, 4, 3, 5, 5, 6, 4, 6, 5, 7, 5, 4, 5, 4, 4, 5, 6, 5, 4, 5, 6, 4
0
The most common digit appears more often than the expected (n/10)*log10(2).
T. D. Noe, Plot of 10001 terms
T. D. Noe, Table of 10001 terms
(Mma) Table[s = DigitCount[2^n]; Max[s], {n, 0, 100}]
nonn,base
T. D. Noe, Jul 25 2014