Recent content by yogo

  1. Y

    Approximating the Sum of Log Squared Terms for Large n?

    @chingel, @mute: Thanks for all the help. I am using Euler-Maclaurin formula now, seems to work really well for me. I actually have an upcoming deadline, and now I am good! :) Thanks all.
  2. Y

    Approximating the Sum of Log Squared Terms for Large n?

    Thanks for your help guys. Appreciate it. @micromass: I am not so good at Math. I was wondering how tight these bounds are? Thanks, yogo
  3. Y

    Approximating the Sum of Log Squared Terms for Large n?

    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...
Back
Top