For any rational $r=n/d$, define
$$h_s(r) = (nd)^s$$
where $s > 0$ is a free parameter. The intent is for this to be a representation of how "simple" each rational is; simpler rationals are ranked lower.
Now, suppose $S$ is a finitely-generated subgroup of the multiplicative group of strictly positive rationals $\Bbb Q^+$. Then we can use our $h_s$ to define a useful notion of the "size" of the subgroup as follows:
$$h_s(S) = \sum_{r \in S} \frac{1}{h_s(r)}$$
This is guaranteed to converge whenever $s>0$. Furthermore, whenever we have $s \in \Bbb N^+$, it even seems to converge to a rational number. Let's call this the rational associated with $S$ for some value of $s$.
QUESTION: is there some closed-form expression for each sum which gives the rational associated with an arbitrary subgroup, at least for $s=1$? Has this been studied and does it hav ea name?
Here are some examples for $s=1$, ranked from "largest" to "smallest."
For the following examples, I know how to get a closed-form expression:
$$ \begin{align} h_1(\langle 2,3,5,7 \rangle) &= 12 \\ h_1(\langle 2,3,5 \rangle) &= 9 \\ h_1(\langle 2,3,7 \rangle) &= 8 \\ h_1(\langle 2,3,25 \rangle) &= 13/2 = 6.5 \\ h_1(\langle 2,9,5 \rangle) &= 45/8 = 5.625 \\ h_1(\langle 3/2, 7/5 \rangle) &= 126/85 \approx 1.482 \end{align}$$
Here are some examples of subgroups for which I don't have a closed form expression, but which are fairly easy to evaluate numerically, and which can easily be seen to lead to a rational value
$$ \begin{align} h_1(\langle 2,9,5/3 \rangle) &= 5 \\ h_1(\langle 4,3/2,5 \rangle) &= 37/8 \approx 4.625 \\ h_1(\langle 6,10 \rangle) &= 584/315 \approx 1.854 \\ h_1(\langle 3/2,5/2 \rangle) &= 584/315 \approx 1.854 \\ h_1(\langle 6,15/2 \rangle) &= 3459/2090 \approx 1.655 \end{align}$$
These sums are easy to play with, since they converge relatively quickly, at least for small-rank subgroups. Taking them to 1000 terms can be done in a few seconds, and for all of these you get a relatively short continued fraction that suddenly "almost terminates" with some enormous number in the billions or so.
The first list is easy to get in closed form because each subgroup has a basis of pairwise-coprime rationals, which makes things pretty easy to get. To see this, first, note that we have the following for our $h_s(r)$:
- For any rational $r \neq 1$ and $s>0$, we have $h_s(r) > 1$.
- For any rational $r$ and any integer $z$, we have $h_s(r^z) = h_s(r)^{|z|}$
- For any two coprime rationals $r_1, r_2$, we have $h_s(r_1 \cdot r_2) = h_s(r_1) \cdot h_s(r_2)$.
Then if we have $S = \langle r_1, r_2, \ldots, r_n \rangle$, and all the $r_i$ are coprime, then we can write any rational $r$ as ${r_1}^{a_1} \cdot {r_2}^{a_2} \cdot \ldots {r_n}^{a_n}$, so that we have $h_s(r) = h_s(r_1)^{|a_1|} \cdot h_s(r_2)^{|a_2|} \cdot \ldots \cdot h_s(r_n)^{|a_n|}$. As a result, we can write our summation as
$$h_s(\langle r_1, r_2, \ldots, r_n \rangle) = \sum_{a_1, a_2, \ldots, a_n \in \Bbb Z^n} \left( \frac{1}{{h_s(r_1)}^{|a_1|}} \cdot \frac{1}{{h_s(r_2)}^{|a_2|}} \cdot \ldots \cdot \frac{1}{{h_s(r_n)}^{|a_n|}}\right)$$
which we can factor into a product of sums:
$$h_s(\langle r_1, r_2, \ldots, r_n \rangle) = \left( \sum_{a_1 \in \Bbb Z} \frac{1}{{h_s(r_1)}^{|a_1|}} \right) \left( \sum_{a_2 \in \Bbb Z} \frac{1}{{h_s(r_2)}^{|a_2|}} \right) \ldots \left( \sum_{a_n \in \Bbb Z} \frac{1}{{h_s(r_n)}^{|a_n|}} \right)$$
which, as long as $s>0$, converges via some simple power series manipulations to
$$h_s(\langle r_1, r_2, \ldots, r_n \rangle) = \left( \frac{h_s(r_1)+1}{h_s(r_1)-1} \right) \left( \frac{h_s(r_2)+1}{h_s(r_2)-1} \right) \ldots \left( \frac{h_s(r_n)+1}{h_s(r_n)-1} \right)$$
Any subgroup generated by prime numbers will be of the above form. So since this expression converges for all such subgroups, we know it will converge for any multiplicative subgroup of $\Bbb Q^+$.