The most common digit in the decimal form of 5^n; the least one if there are duplicates.
1, 5, 2, 1, 2, 1, 5, 1, 0, 1, 5, 8, 4, 2, 5, 5, 5, 2, 6, 1, 6, 1, 1, 1, 4, 2, 1, 5, 2, 1, 5, 7, 6, 1, 6, 3, 5, 2, 1, 8, 9, 5, 7, 1, 8, 4, 2, 1, 5, 6, 2, 6, 0, 2, 1, 5, 5, 9, 8, 1, 6, 0, 8, 4, 0, 1, 2, 1, 0, 0, 0, 1, 0, 5, 2, 8, 4, 2, 2, 1, 0, 3, 1, 5, 6, 2, 1
0
Sequence S000174 gives the number of such digits in 5^n.
T. D. Noe, Plot of 1001 terms
T. D. Noe, Table of 1001 terms
(Mma) Table[s = RotateRight[DigitCount[5^n]]; Position[s, Max[s], 1, 1][[1, 1]] - 1, {n, 0, 100}]
nonn,base
T. D. Noe, Aug 06 2014