Limit[Sum[2(2k)^(1/(2k))-k^(1/k),{k,n+1,2n}]-n, n -> ∞]
to solve by hand, $$\sqrt[y]y=e^{\frac{\ln y}{y}}\sim1+\frac{\ln y}{y}$$ $$2\sqrt[2k]{2k}-\sqrt[k]k\sim1+\frac{\ln2}{k}$$ $$\sum_{k=n+1}^{2n}\left(2\sqrt[2k]{2k}-\sqrt[k]k\right)\sim n+\ln2\sum_{k=n+1}^{2n}\frac1k\sim n+\ln 2 \, \int_{n+1}^{2n}\dfrac{1}{t}dt$$ $$\lim_{n\to \infty}\left(\sum_{k=n+1}^{2n}\left(2\sqrt[2k]{2k}-\sqrt[k]k\right)-n\right)=\ln^22$$

SeriesnotSum. – user13892 Jan 27 '20 at 20:47AsymptoticSuma behaviour of summed expression around a point approximated to a certain degree likeSeries? So why wouldn't it had produced that result? – user13892 Jan 27 '20 at 20:24AsymptoticSumreturnSeriesDatarather than the actual expression to have consistency withSeries. Or maybe I am confusion it with something else. – user13892 Jan 27 '20 at 20:17AsymptoticSum[ 2 (2 k)^(1/(2 k)) - k^(1/k), {k,n+1,2n}, {n,\[Infinity],1} ]-nshould have produced-(Log[2]/(4 n)) + Log[2]^2or more completely-(Log[2]/(4 n)) + Log[2]^2+O[1/n]^2(there was fight between SW and others to have the output ofSumandAsymptoticSumbeSeriesDatain one of the liveCEOs stream). I think it is a bug or since it is experimental they haven't put in all the algorithms. The entire purpose ofAsymptoticSumis defeated if you have to explicitly give the asymptotic behavior of summand. – user13892 Jan 27 '20 at 20:00AsymptoticSum? Does it deal with this kind of situation? – user13892 Jan 27 '20 at 19:02