read `Cfinite.txt`: print(`The Hadamard product of`, 1/(1-t-t^2), `and `, 1/(1-t-t^3) , ` is `): print(KefelR(1/(1-t-t^2),1/(1-t-t^3),t)): print(`This took`, time(), `seconds . `): quit: