| Hosted by CoCalc | Download
luca = 11111111111222222222233333333333344444444445555555556666666666777777777
%time show(factor(luca))
1513953819496326133996088954713831431461087688109192699178746945607285847\displaystyle 15139 \cdot 53819 \cdot 496326133 \cdot 99608895471383 \cdot 1431461087688109 \cdot 192699178746945607285847
CPU time: 1.58 s, Wall time: 1.60 s
factor(luca)
15139 * 53819 * 496326133 * 99608895471383 * 1431461087688109 * 192699178746945607285847
15139 * 53819 * 496326133 * 99608895471383 * 1431461087688109 * 192699178746945607285847
11111111111222222222233333333333344444444445555555556666666666777777777
60*60*24*365 + 5*60*60 + 46*60 + 48
31556808
g = Graphics() spin = 1 for c in ['lightgreen', 'red', 'brown', 'blue', 'green','purple', 'black', 'turquoise', 'magenta']: v = [(0,0,0)] for i in range(1000): v.append([a+random()-.5 for a in v[-1]]) g += line3d(v, color=c, thickness=3, spin=spin) show(g, frame=false, width=800)
3D rendering not yet implemented