Author: Jean-Maetso BlounediJean-Maetso Blounedi
Date: Jul 7, 2008 06:36
Hi JSH,
JSH wrote :
> Given a target composite T, and
> z^2 = y^2 + nT
> where n is an integer chosen for z to have 3 as a factor--so if T mod
> 3 = 1 then n=5 will work--then z exists as
> z = (f_1 + f_2)/2
> when f_1*f_2 = nT, and of course you want integer factors.
Your solution seems powerful. Personally I am not interested in the
practice, the running time, or whatsoever. Only the theory.
All your algebra is easy to understand. That's great. Thanks !
However I can not figure out how your equations could work for T = 1081
In that case, the variable z would not be a multiple of 3, so what
should I do ?
Regards,
Jean-Maetso
|