$$s_n = \sum_{k=1}^n e^{1/k}$$
This sum came up while practicing closed-form finding on a calculus book's infinite series chapters.
Using Concrete Mathematics' perturbation method, I arrive at
$$s_n + e^{1/k+1} = e + \sum_{k=1}^n e^{1/k+1}$$
Which I can't seem to rewrite with a constant in front of the sigma. I noticed a lot of the sums have rational powers with the index in the denominator. In general, is there a way to solve these rational sums?