A366209 Numbers whose median of the digits is equal to 3.
3, 15, 24, 33, 42, 51, 60, 133, 134, 135, 136, 137, 138, 139, 143, 153, 163, 173, 183, 193, 233, 234, 235, 236, 237, 238, 239, 243, 253, 263, 273, 283, 293, 303, 304, 305, 306, 307, 308, 309, 313, 314, 315, 316, 317, 318, 319, 323, 324, 325, 326, 327, 328, 329, 330
Offset: 1
Examples
15 is a term since the median of the digits 1 and 5 is (1+5)/2 = 3; 133 is a term since the median of the digits 1, 3, and 3 is 3.
Crossrefs
Programs
-
Mathematica
Select[Range[0,330], Median[IntegerDigits[#]]==3&]