read SMCper: L:=7: for k from 2 to L do print(`The list of Asymtotic Correlations of size `, k, `is as follows`): lprint(AllACorr(k)); od: print(`The whole thing took`, time(), `of CPU time `): quit: