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