Base-16 representation: Difference between revisions

Content added Content deleted
(Further clarification of task description.)
Line 2: Line 2:


;Task:
;Task:
Show in decimal notation all positive integers (less than '''501''') which, when converted to base-16 notation, cannot be written without using at least one hexadecimal digit ('a' to 'f').
Show in decimal notation all positive integers (less than '''501''') which, when converted to hexadecimal notation, cannot be written without using at least one non-decimal digit ('a' to 'f').
<br><br>
<br><br>