read `DymLuks.txt`: K:=120: print(`The first`, K, `terms of the sequence [expctation,standard deviation] for the Dym-Luks game with r balls and r cells are`): lprint(evalf([seq(STATrn(r,r,2),r=1..K)])): print(``): print(`---------------------------------------------------`): print(``): print(`This took`, time(), `seconds. `): print(``): quit: