Background: I am currently working on a research project on the existence of certain spanning sets for finite abelian groups, $G$. In particular, I am looking at the existence of perfect $s$-bases of size $m$ for $G$.
We call $A = \{a_i \}_{i=1}^m \subseteq G$ an $s$-basis for $G$ if
$$[0,s]A = \left\{ \sum_{i=1}^m \lambda_i a_i \ \Bigg| \ \lambda_i \in \mathbb{N} \text{ and } \sum_{i=1}^m \lambda_i, \ a_i \in A \right\} = G.$$
Essentially, every element of $G$ can be made as a sum of at most $s$ many elements of $A$ including repetition of elements. For example, if we take $G = \mathbb{Z}/3\mathbb{Z}$ and $A = G \backslash \{0\}$ then $A$ is a 1-basis for $G.$
We call an $s$-basis for $G$ perfect if
$$|G| = \binom{m+s}{s}.$$
This definition essentially implies that every element of $G$ has a unique sum representation of elements in $A$ up to commutativity.
In particular, there is a conjecture that states:
There does not exist perfect $s$-bases of size $m$ for any finite abelian group $G$, unless $s = 1$ and $m=1.$
Checking the cases for $s=1$ and $m=1$ are simple. In particular, the conjecture has been proven for when $s=2$ and $s=3$ by Bela Bajnok in his paper and I extended his proof to check the cases for $s=4$ and $s=5.$
His proof technique involves finding bounds on the value of $m$ and then systematically checking those $m$ values for perfect $s$-bases in each abelian group of the appropriate sizes. It gets messy and difficulty to generalize his technique so I am working on hopefully finding a neater proof technique for some cases.
TL:DR: I have reduced my problem to my question above. I have shown that for $s>1$ we need that
$$|G| = \binom{m+s}{s} = k(s+1)$$
for some $k \in \mathbb{N}.$ Notice that when $m=1$ we simply get $|G| = s+1$ so the conjecture still holds. Additionally, if there is a way to classify values of $m$ such that
$$\frac{\binom{m+s}{s}}{s+1} \in \mathbb{N}$$
then we can reduce the problem to checking only groups of certain sizes.
Personal Background: I am currently a rising fourth-year undergraduate. I am familiar and comfortable with typical undergraduate material and have studied a bit of graduate complex analysis and algebra.