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