read MotzkinLS: N:=10^100: m:=1000: print(` The `, N, `-th Motzkin number mod`, m, ` is`): print(MotModM(N,m)): print(`This took`, time(), `seconds. `): quit: