Let $n,k\in\mathbb{N}$. In this problem, the geometry of $\mathbb{R}^n$ is the usual Euclidean geometry.
The lattice hypercube $ Q(n,k)$ is defined to be the set $ \{1,2,...,k\}^n \subseteq\mathbb{R}^n$. If we want to cover this hypercube with the $m$ distinct $(n-1)$-dimensional hyperspheres $S_1$, $S_2$, $\ldots$, $S_m$. By "covering $Q(n,k)$," I mean that $Q(n,k)\subseteq \bigcup\limits_{j=1}^m\,S_j$. What is the least possible value of $ m$?
Using a simple Combinatorial Nullstellensatz argument, we can show that if $ \mu(n,k)$ is the minimum possible $ m$, then
$$ 1 + n\left\lfloor\dfrac{k - 1}{2}\right\rfloor \leq \mu(n,k) \leq 1 + n\left\lfloor\left(\dfrac{k - 1}{2}\right)^2\right\rfloor \,.
$$
However, the lower bound is not sharp for large $ k$. All I know is that the lower bound is exact for $ k = 1$, $ 2$, $ 3$, and $ 4$, as well as when $ n = 1$, and for a special case with $ n = 2$ and $ k = 5$ (as shown in the attached figure below). While my bounds give $5\leq \mu(2,6) \leq 13$, I believe that $\mu(2,6)=6$. Can you verify this? 
Can anyone help improve these bounds? Note that the bounds also work if the $S_j$'s can be $(n-1)$-dimensional hyperellipsoids, but what will be the value of the smallest $m$ in this case (which, to avoid confusion, we shall use $\nu(n,k)$ for this smallest $m$)? In other words, we also have
$$ 1 + n\left\lfloor\dfrac{k - 1}{2}\right\rfloor \leq \nu(n,k) \leq 1 + n\left\lfloor\left(\dfrac{k - 1}{2}\right)^2\right\rfloor \,.
$$
For example, $\nu(1,k)=\left\lceil\dfrac{k+1}{2}\right\rceil=\mu(1,k)$ for all $k\in\mathbb{N}$ and $\nu(2,k)=1+2\left\lfloor\dfrac{k-1}{2}\right\rfloor$ for $k=1,2,3,4,5$. Observe that the lower bound for $\nu(2,6)$ is also sharp (i.e., $\nu(2,6)=5$).
What happens if the $S_j$'s can be any nondegenerate $(n-1)$-dimensional hyperconic sections (where my Combinatorial Nullstellensatz argument no longer works, so the lower bound I have obtained no longer holds)? In this most general form, we shall use the notation $\rho(n,k)$ for the smallest $m$. The only known bound for $\rho(n,k)$ is $$ \rho(n,k) \leq 1 + n\left\lfloor\left(\dfrac{k - 1}{2}\right)^2\right\rfloor \,. $$ For example, $\rho(1,k)=\left\lceil\dfrac{k+1}{2}\right\rceil=\mu(1,k)$ for all $k\in\mathbb{N}$. However, $\mu$, $\nu$, and $\rho$ do not always coincide. Known values are $\rho(2,1)=1=\rho(2,2)$ and $\rho(2,3)=2<\mu(2,3)$, while we have $\rho(2,4)\leq 3=\mu(2,4)$, $\rho(2,5)\leq 4 <\mu(2,5)$, and $\rho(2,6)\leq 5\leq\mu(2,6)$.
And 1d line-segments should be used in a 2d lattice hypercube.
So why do you use 2d circles in the 2d lattice hypercube?
– johannesvalks Jul 27 '15 at 04:47