read HANS: N0:=700: lu:=C01Seq(1,N0): print(`The first `, N0, `terms of the Rademacher sequence C_{011}(N) are`): lprint(lu): print(`and in floating point:`): print(evalf(lu)): print(`This took`, time(), `seconds `): quit: