Find the minimum base (radix) in which a given positive integer can be represented using only the same repeated digit.
Determine the smallest base where the given number can be written using identical digits (e.g., 111, 222, 333, etc.).
minbases.pl- SWI Prolog implementationminbases.sml- SML/NJ implementationminbases(IntInf).sml- SML/NJ implementation using arbitrary precision integers