Can Nested Summations and Products Be Simplified?

  • Context: Graduate 
  • Thread starter Thread starter drewfstr314
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
drewfstr314
Messages
20
Reaction score
0
Is there any way to simplify

[itex]\sum_{n=1}^{\eta} \left(\sum_{p|n} \frac{1}{p} + \frac{1}{\prod_{p|n}p} \right)[/itex] for a known η, and where "p|n" is a prime that divides n, i.e. p is a factor of n?

Thanks
 
Physics news on Phys.org
Hey drewfstr314 and welcome to the forums.

For your p|n terms, do you get all prime factors or only the one of the prime factors?

For example with a number N = 2^2*3*5*7^2 all factors include the set {2,2,3,5,7,7} but if we only consider the primes themselves we get {2,3,5,7}.

If we had the first case we can simplify a great deal by taking the right-most term to be 1/n but otherwise we might have to resort to a special analytic function.

With regard to the left-most term again if we assume the above, we can collect these terms and get an expression in terms of X/Y where Y = N in the same way we do 1/a + 1/b = (b+a)/ab.

Now of course you do have some special functions in analytic number theory that could be used, but they tend to be complicated and I'm not sure what your goal is for using such a function.

Maybe you could elaborate on what you are trying to do so that the readers can give more specific advice.
 
drewfstr314 said:
Is there any way to simplify

[itex]\sum_{n=1}^{\eta} \left(\sum_{p|n} \frac{1}{p} + \frac{1}{\prod_{p|n}p} \right)[/itex] for a known η, and where "p|n" is a prime that divides n, i.e. p is a factor of n?
For the first term you can swap the order of summation:

[itex]\sum_{n=1}^{\eta} \sum_{p|n} \frac{1}{p} = \sum_{p\le\eta} \sum_{k=1}^{[\eta/p]} \frac{1}{p} = \sum_{p\le\eta} \frac{[\eta/p]}{p}[/itex]
No ideas for the second term.