read `BFF.txt`: N0:=500: M:=32: gu1:=DCS(M,N0): print(`The list of exact convering sequences with exactly one repeated modulus (that must be the largest) for up to`, M, ` repeats `): print(`and where the largest modulus is <=`, N0): lprint(gu1): print(`This took`, time(), `seconds. `): quit: