Longest run of the digit S000175(n) in the decimal form of 5^n.
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 1, 1, 1, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 2, 3, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2
0
For the first number n producing a given run of digits, see A215728. Sequence A215734 lists the digit that is repeated.
T. D. Noe, Plot of 1001 terms
T. D. Noe, Table of 1001 terms
(Mma) t = Table[s = Sort[Split[IntegerDigits[5^n]]]; len = Length[s[[-1]]]; u = Flatten[Select[s, Length[#] == len &, 1]]; {u[[1]], Length[u]}, {n, 0, 100}]; Transpose[t][[2]]
Cf. S000173-S000175, A215728, A215734.
nonn,base
T. D. Noe, Aug 06 2014