A137577 Largest of the least frequent digits in decimal representation of n!.
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 8, 9, 6, 9, 6, 1, 9, 9, 5, 8, 9, 9, 5, 7, 7, 9, 9, 2, 7, 9, 4, 7, 8, 8, 6, 8, 8, 6, 6, 9, 7, 9, 9, 8, 7, 7, 9, 9, 9, 9, 9, 1, 6, 8, 2, 7, 7, 5, 5, 1, 4, 5, 7, 1, 5, 7, 6, 6, 3, 9, 5, 9, 6, 3, 1, 5, 9, 4, 9, 8, 5, 8, 5, 8, 8, 6, 7, 4, 3, 3, 9, 9, 9, 1, 2, 5, 1, 7, 7
Offset: 0
Examples
n=10: 10! = 3628800 => a(10) = Max{1,4,5,7,9} = 9; n=11: 11! = 39916800 => a(11) = Max{2,4,5,7} = 7.
Comments