List of numbers to factor by recursive

v=0
for o in"0 c 8 k k 14 k k 3 3uu 3 2 a 8 fqo rgj c ay 7 cg b4 3z nt ve 2 14s 3p c rm 4 a ah 4 4 7 206 2 nr 3l j 3 6x 41 e c9 41 73 go 3p h rv".split():
 d=2;s=v=v+int(o,36);print`v`+":",
 while s>1:
\x09if s%d:d+=1
\x09else:s/=d;print d,
 print

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

download

return to the top page