Cuboid nearest to a cube.
While answering this question, euler bricks: way to calculate them? I noticed one result was not too far from cube shaped, and wondered if there was a more cubic cuboid.
$$x^2+y^2=u^2$$ $$y^2+z^2=v^2$$ $$x^2+z^2=w^2$$
$x,y,z,u,v,w$ positive integers, and $x<y<z$
The result I noticed was $(240,252,275)$, and decided to use $\alpha=\large \frac{z^2}{xy}$ as a measure of nearness to a cube. For $(240,252,275)$ we have $\alpha=1.25041336$
Diagram: https://en.wikipedia.org/wiki/Euler_brick#/media/File:Euler_brick_examples.svg
Despite a fair bit of calculation, I can only find one more cubic cuboid: $$(1008,1100,1155)$$
This has $\alpha=1.203125$ and is produced from the following solution generator using $(240,252,275)$, “If $(x,y,z)$ is a solution, then $(xy,xz,yz)$ is also a solution”.
My questions. Is there a better measure of nearness to a cube than $\alpha= \large\frac{z^2}{xy}$ ?
Is there a better solution than $(1008,1100,1155)$ ?
Thank you.