read `Larcombe.txt`: N:=30: print(`The first`, N, `terms, starting at n=1, of the sequence "Number of INEQUIVALENT Larcombe relations for am n by n matrix", equivalently`): print(`The number of UNLABELED loopless directed graphs on n vertices with n edges is as follows`): print(``): lprint(NuLarcombeRel(N)): print(``): print(`-------------------------------------`): print(``): print(`This took`, time(), `seconds. `): quit: