Hallo, I'm wondering what goes wrong with tis: (sage 3.2 compiled from sources, ubuntu 8.04, quad core 2.4 GHz)
sage: for k in range(14,21): ....: f=2^2^k+1;w=ecm.find_factor(f);[w[0],prod(w)==f] ....: [2, False] [523923, False] [1901173, False] [2, False] [2, False] [30539, False] [2, False] Are the exponents to big? Andrzej Chrzeszczyk --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
