Hi all,
I have a summation series which goes like this,
S = [log(1)]^2 + [log(2)]^2 + [log(3)]^2 + ... + [log(n)]^2
Since each term is square of the logarithm of a value, I think there are no general tricks which can be used to solve this.
But is there any way to approximate the...