read TANGLE: for i from 1 to 5 do print(`The sequence for`, i+1, `non-crossing tangled diagrams of [n]`): print(`For n between 1 and 50 is:`): print(SeqD(i,50)); od: print(`This took`, time(), `seconds of CPU time `): quit: