Willmore energy measures how "non-spherical" a smooth surface $S$ is. It is defined by $$W(S)=\int_SH^2\,dA$$ where $H$ is the mean curvature.
For a torus of revolution with major and minor radii $a$ and $b$ respectively where $a>b$, if we let $p=b/a$ then its Willmore energy is easily shown to be $\frac{\pi^2}{p\sqrt{1-p^2}}$, which attains its minimum at $p=1/\sqrt2$. The (proved) Willmore conjecture states that the torus thus obtained has the minimum energy among all genus-$1$ surfaces of $2\pi^2$. I took Blender out for a ride and produced a render of this "perfect doughnut":
Now I want to calculate the Willmore energy of an ellipsoid. In this genus-$0$ case the extremal results are easy to get: $W(S)\ge4\pi$ and equality is attained iff $S$ is a sphere. But I still want numerical results for the fun of it. Using fundamental forms (and cross-checking with this), I found that for an ellipsoid $E$ with semi-axes $1,a,b$: $$W(E)=\frac{a^2b^2}4\int_0^{2\pi}\int_0^\pi\frac{(a^2+b^2+(1-(a\cos u)^2-(b\sin u)^2)\sin^2v)^2\sin v}{((ab\cos v)^2+((a\sin u)^2+(b\cos u)^2)\sin^2v)^{5/2}}\,dv\,du$$ which I cannot seem to simplify further.
Does the double integral above have a simpler or even closed form?
Or am I doing it wrong, whereby I would have an easier time using implicit equations as mooted here?
Edit: Using Zhou's ellipsoidal coordinates as suggested by Jean Marie in the comments I have got an expression using only single integrals. For an ellipsoid $E$ with semi-axes $a>b>c>0$ let $$R_\eta(k)=\int_{c^2}^{b^2}\frac{\eta^k}{\sqrt{(a^2-\eta)(b^2-\eta)(\eta-c^2)\eta}}\,d\eta$$ and $$R_\zeta(k)=\int_{b^2}^{a^2}\frac{\zeta^k}{\sqrt{(a^2-\zeta)(\zeta-b^2)(\zeta-c^2)\zeta}}\,d\zeta$$ Then $$W(E)=\frac{(abc)^2}2(R_\eta(-2)R_\zeta(1)+R_\eta(-1)R_\zeta(0)-R_\eta(0)R_\zeta(-1)-R_\eta(1)R_\zeta(-2))$$ Edit 2: The above expression can be simplified to $$W(E)=\frac{(abc)^2}2(R_\eta(-2)R_\zeta(1)-R_\eta(1)R_\zeta(-2))+\pi$$