Let $A = \{a_i\}_{i = 1}^{\infty}$ be a sequence of positive integers. If the terms in $A$ grow 'too fast', can we determine that $$S_A = \sum_{i = 1}^{\infty} \frac{1}{a_i}$$ is irrational ? More formally, is there a criteria that says if $a_i = \Omega(f(i)),$ then $S$ is irrational ? If not, for every sequence $A$ such that $S_A$ converges to a rational number, can we find a sequence of positive integers $B = \{b_i\}_{i = 1}^{\infty}$ such that $$\lim_{n \rightarrow \infty} \frac{a_n}{b_n} = 0 \ $$ and $S_B$ also converges to a rational number ?
This question was inspired by the following fact:
$\sum_{k = 1}^{\infty} \frac{1}{(k!)^2}$ and $\sum_{k = 1}^{\infty} \frac{1}{2^{k^2}}$ are both irrational.
An example that appears to be at the cusp is Sylvester's sequence:
$$a_0 = 2, \,\,\, a_n = 1 + \prod_{k=0}^{n-1}a_k = 1+ a_{n-1}(a_{n-1} -1),$$
with the closed form $a_n = \lfloor C^{2^{n+1}} + \frac{1}{2} \rfloor$ with $C \approx 1.26$ and a doubly exponential growth rate.
The sum is rational with
$$\sum_{n=0}^\infty \frac{1}{a_n} = 1,$$
since,
$$ \frac{1}{a_{n+1} - 1} = \frac{1}{a_n(a_n - 1)} = \frac{1}{a_n - 1} - \frac{1}{a_n}\\ \implies \frac{1}{a_n} = \frac{1}{a_n - 1} - \frac{1}{a_{n+1} - 1} $$
Addendum
Although now deleted, the comment to my answer from @charMD cited theorem 3 in 128p of https://www.renyi.hu/~p_erdos/1963-18.pdf
where it is proved that if $a_{n+1} \geqslant 1 + a_n(a_n - 1)$ and strictly greater for infinitely many $n$ then $\sum(1/a_n)$ is irrational.