I want to know the set of integer solutions to the following sum: $$\sum\limits_{n=1}^{k}\frac{n}{a_n}=1$$ For instance, the series $a_n=\frac{1}{nk}$ satisfies this for all integer $k$. So far, this is the only solution that I have come up with for a general $k$. Here are some solutions that I have for specific values of $k$:
If $k=2$, $a_1=a_2=\frac{1}{3}$ works.
If $k=3$, $a_1=a_2=\frac{1}{4}, a_3=\frac{1}{12}$ works.
If $k=4$, $a_1=a_2=\frac{1}{5}, a_3=\frac{1}{15}, a_4=\frac{1}{20}$ works.
Are there any generalizations or ways to generate new solutions?
Another generic solution is to choose $a_1=a_2=\ldots=a_k=\frac{k(k+1)}{2}$ Then you have $$\sum_{n=1}^{k}\frac{n}{a_n} = \frac{2}{k(k+1)}\sum_{n=1}^k n = \frac{2}{k(k+1)}\cdot\frac{k(k+1)}{2} = 1$$
For $k=2$ this gives the solution you've already found; $a_1=a_2=3$.
For $k=3$ it gives $a_1=a_2=a_3=6$.
For $k=4$ it gives $a_1 = a_2 = a_3 = a_4 = 10$.