Non trivial powers Revisted by kozima

(loop(set'x(read))(dotimes(i 21)(or(floatp #1=(expt x(/(1+ i))))(format t"~[~&~D =~:; ~D^~D~]"i #1#(1+ i)))))

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page