A366212 Numbers whose median of the digits is equal to 6.
6, 39, 48, 57, 66, 75, 84, 93, 166, 167, 168, 169, 176, 186, 196, 266, 267, 268, 269, 276, 286, 296, 366, 367, 368, 369, 376, 386, 396, 466, 467, 468, 469, 476, 486, 496, 566, 567, 568, 569, 576, 586, 596, 606, 607, 608, 609, 616, 617, 618, 619, 626, 627, 628, 629
Offset: 1
Examples
39 is a term since the median of the digits 3 and 9 is (3+9)/2 = 6; 166 is a term since the median of the digits 1, 6, and 6 is 6.
Crossrefs
Programs
-
Mathematica
Select[Range[0,630], Median[IntegerDigits[#]]==6&]