Re: Sum with floor is sum with # divisors function




Leroy Quet wrote:
> I highly doubt this is not well known.
> I myself probably already posted a generalization
> of it in the far past,
> altough I cannot find anything by doing a search.
>
> In any case, it has been quite a while since I posted
> anything not a game to sci.math,
> so I will post this (easily found if true) identity
> anyway.
>
> If d(m) is the number of positive divisors of m,
> and sigma(m) is the sum of the positive divisors of m,
>
> then
> [non-linear mode version clipped]
> sum{j=1 to n} (2 j d(j) - sigma(j))
> =
> sum{j=1 to n} j (floor(n/j))^2

So what do you want us to do? Prove it? It's not actually hard to
prove:

sum (j=1..n, 2 j d(j))
= sum (j=1..n, 2 j sum (k | j, 1))
= sum (j=1..n, k | j, 2 j)
= sum (k=1..n, m=1..floor(n/k), 2 k m) [write j = k m]
= sum (k=1..n, 2 k sum (m=1..floor(n/k), m))
= sum (k=1..n, k floor(n/k) [floor (n/k) + 1]).

Similarly,

sum (j=1..n, sigma(j))
= sum (j=1..n, sum (k | j, k))
= sum (j=1.., k | j, k)
= sum (k=1..n, m=1..floor(n/k), k)
= sum (k=1..n, k floor(n/k))

Subtracting the first equation from the second yields

sum (j=1..n, 2 j d(j) - sigma(j))
= sum (k=1..n, k [floor(n/k)]^2)

Now, what about sum (k=1..n, k [floor(n/k)]^3)?

--- Christopher Heckman

.



Relevant Pages

  • Sum With Harmonic Numbers (math puzzle)
    ... and is such that the sum below ... this generalization of harmonic numbers. ... Leroy Quet ... Prev by Date: ...
    (rec.puzzles)
  • Sum With Harmonic Numbers (math puzzle)
    ... and is such that the sum below ... this generalization of harmonic numbers. ... Leroy Quet ... Prev by Date: ...
    (sci.math)
  • Re: Sum With Harmonic #s and Mobius Funct: Puzzle
    ... Leroy Quet wrote: ... > relative strangeness of the infinite sum. ... > for those x's where the double sum converges. ... > converges, even if they have not found the closed form of the sum, that ...
    (sci.math)
  • Re: Sum With Harmonic #s and Mobius Funct: Puzzle
    ... Leroy Quet wrote: ... > relative strangeness of the infinite sum. ... > for those x's where the double sum converges. ... > converges, even if they have not found the closed form of the sum, that ...
    (rec.puzzles)
  • Re: sigma_r(x) = power series
    ... Leroy Quet wrote: ... while the sum equals zero if m does not divide n. ... Hmmm. ... If n is not an integer, but is a fraction r/q, q>= 2, then the ...
    (sci.math)