A366214 Numbers whose median of the digits is equal to 8.
8, 79, 88, 97, 188, 189, 198, 288, 289, 298, 388, 389, 398, 488, 489, 498, 588, 589, 598, 688, 689, 698, 788, 789, 798, 808, 809, 818, 819, 828, 829, 838, 839, 848, 849, 858, 859, 868, 869, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892
Offset: 1
Examples
79 is a term since the median of the digits 7 and 9 is (7+9)/2 = 8; 188 is a term since the median of the digits 1, 8, and 8 is 8.
Crossrefs
Programs
-
Mathematica
Select[Range[0,892], Median[IntegerDigits[#]]==8&]