OFFSET
1,1
EXAMPLE
13 is a term since the median of the digits 1 and 3 is (1+3)/2 = 2;
122 is a term since the median of the digits 1, 2, and 2 is 2.
MATHEMATICA
Select[Range[0, 251], Median[IntegerDigits[#]]==2&]
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Stefano Spezia, Oct 04 2023
STATUS
approved