Possible Duplicate:
well separated points on sphere
I have never studied geometry, but I assume there is a straightforward solution to this problem. In $\mathbb{R}^n$ I'd like to distribute $N$ points around the unit (n)-sphere surface, so that the points are evenly spaced (or more precisely, so that the minimum of pairwise distances between points is a maximum).
If $n$ were only $2$, then points would have the form $(\cos \frac{2\pi j}{N}+\phi, \sin \frac{2\pi j}{N}+\phi)$ with $j=1,\ldots,N$ and where $\phi$ is some rotational offset.
As another example, if $n=3$ and $N=8$, the solution is clearly the corners of a cube centred in the unit sphere. I suppose this would apply for any regular polyhedron.
However, I'm looking to do this for odd $N$, and ultimately with $n=N$.
Is there any way to extend the general solution for $n=2$ to higher dimensions?