Pythagorean triple problem

314 Views Asked by At

I am doing research on perfect cuboids, and I'm looking for values $a,b,c$ such that the following is integer, and I'm not sure how to continue this. Any suggestions are appreciated!
$PED$ is a very large constant=$899231100768000$

$$ \begin{align} &\exp\left(\sigma_1+\sigma_2+\frac{\ln(a^2+b^2+c^2)}{2}-\ln(PED) \right)\in\mathbb Z\\ &\sigma_1=\ln a+\ln b+\ln c\\ &\sigma_2=\frac{\ln(a^2+b^2)}{2}+\frac{\ln(b^2+c^2)}{2}+\frac{\ln(a^2+c^2)}{2} \end{align} $$

Another way to write this is:

$$ \begin{align} &\frac {abc*\sqrt{a^2+b^2}*\sqrt{a^2+c^2}*\sqrt{b^2+c^2}*\sqrt{a^2+b^2+c^2}}{899231100768000}\in\mathbb Z\\ \end{align} $$