11

I made the computation

ClearAll["Global`*"];
r = Sum[1/2^(k*n/(k + n)), {k, 1, 2*n}, Assumptions -> n ∈ Integers && n > 0]

and got

(1-4^(-(n^2/(n+Sum`SumqBaseDump`u$274844))))/(-1+2^(n/(n+Sum`SumqBaseDump`u$274844)))

I can find nothing about SumqBaseDump in the Mathematica documentation.

Addition. It should be noticed DiscreteLimit works with r:

DiscreteLimit[r, n -> Infinity]

1

user64494
  • 26,149
  • 4
  • 27
  • 56

0 Answers0