read `BFF.txt`: N0:=300: M:=24: gu:=DCSg(M,N0,p): print(`The list of primitive `): print(`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): print(gu[1]): print(``): print(`The list of the implied ones is`): print(``): print(gu[2]): print(``): print(`The list of the abstract systems implied by the above primitive systems is`): print(``): lprint(gu[3]): print(``): print(`This took`, time(), `seconds. `): quit: