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