It seems that rational alternating sequences are useful for generating intervals $[b_1,c_i]$, $[b_2, c_2]$, ... that enclose a value. For example if we take the usual Maclaurin series of sin:
$$\sin(x) = x - \frac{x^3}{3!} + \frac{x^5}{5!} -+...$$ $$= \lim_{n \to ∞} \sum_{i=1}^n (-1)^{i-1} \frac{x^{2i-1}}{(2i-1)!}$$ $$= \lim_{n \to ∞} s_n(x)$$
Then for $x>0$ we can use the following intervals $[b_j,c_j]$ where $b_j=s_{2j}$, $c_j=s_{2j+1}$ which is rational for rational $x$. What would be a known rational alternating sequence for $f(x)=e^x$?
Edit: Note I don't require $b_j$ or $c_j$ constructed as partial sums, it could be also something else, only requirement is that $b_j(x)\le f(x)\le c_j(x)$, and hopefully progressingly smaller.