A366213 Numbers whose median of the digits is equal to 7.
7, 59, 68, 77, 86, 95, 177, 178, 179, 187, 197, 277, 278, 279, 287, 297, 377, 378, 379, 387, 397, 477, 478, 479, 487, 497, 577, 578, 579, 587, 597, 677, 678, 679, 687, 697, 707, 708, 709, 717, 718, 719, 727, 728, 729, 737, 738, 739, 747, 748, 749, 757, 758, 759
Offset: 1
Examples
59 is a term since the median of the digits 5 and 9 is (5+9)/2 = 7; 177 is a term since the median of the digits 1, 7, and 7 is 7.
Crossrefs
Programs
-
Mathematica
Select[Range[0,760], Median[IntegerDigits[#]]==7&]