read `Tableaux3R.txt`: N:=200: print(`The first`, N ,`terms of the sequence enumerating Young tableaux of shape [n,n,n] where each "run" in each row`): print(`has length at least two ``): lprint(SeqG(N)): print(``): print(`----------------------------------`): print(``): print(`This took`, time(), `seconds. `): print(``): print(`----------------------------------`): quit: