read `SVT.txt`: print(`The first 30 terms of the number of singular vector tuples for a five-dimensional hypercubic tensor are`): print(SVTseq(5,30)): print(`The first 20 terms of the number of singular vector tuples for a five-dimensional hypercubic tensor are`): print(SVTseq(6,30)): print(`This took`, time(), `seconds.` ): quit: