Consider the expression $\frac{1}{2}+\frac{2}{5}+\frac{3}{11}+\frac{4}{23}+...$
Denote the numerator and the denominator of the $j^\text{th}$ term by $N_{j}$ and $D_{j}$, respectively. Then, $N_1=1$, $D_1=2$, and, for every $j>1$, $$ N_j= N_{j-1}+1\qquad D_j= 2D_{j-1}+1$$
What is the $50^\text{th}$ term?
Must we evaluate that term-by-term until we reach the $50^\text{th}$ term?
What is the sum of the first $25$ term?
Must we add them one-by-one?
What is the exact value of the sum to $\infty$?
The $n^{th}$ term is $\frac{n}{3\cdot 2^{n-1}-1}$, as can easily be proven by induction. [You can guess this by simply looking at the first two terms as you know it has to be of the form $c\cdot2^n+d$]
$\therefore 50^{th}$ term$=\frac{50}{3\cdot 2^{49}-1}$.
I tried all the methods I know(which includes generating functions, bruteforce calculation, CAS). The sum does not have a closed form formula.(As is the case with most nontrivial rapidly converging sums). You may however calculate the sum with arbitrary precision pretty easily.