Recursive formula for zeta function of positive even integers

Click For Summary

Discussion Overview

The discussion centers around a recursive formula for the Riemann zeta function of positive even integers, derived from Fourier series. Participants explore its origins, implications, and connections to known results, while also discussing related concepts such as the probability of two numbers being coprime.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant presents a recursive formula for the zeta function involving a summation and factorial terms, questioning its origin and significance.
  • Another participant relates the formula to Euler's work on the zeta function and suggests a connection to Bernoulli numbers.
  • Some participants express interest in the implications of the zeta function being a rational multiple of powers of pi for even positive integers.
  • Discussion arises about the probability that two randomly chosen numbers are coprime, with references to the zeta function and its inverse.
  • Participants debate the assumptions behind selecting numbers from an infinite set and the independence of prime divisibility probabilities.
  • A later reply mentions a different recursive relation found in a paper by Xuming Chen, indicating a desire to compare derivations.
  • One participant expresses confusion about the relevance of coprime probabilities to the original topic, suggesting a potential link to inductive methods.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the significance of the recursive formula or its historical context. There are multiple competing views regarding the implications of the zeta function and the probability discussions, indicating an unresolved nature to the conversation.

Contextual Notes

The discussion includes various assumptions about the nature of random selection from infinite sets and the independence of prime factors, which remain unresolved. The connection between the recursive formula and established results in number theory is also not fully clarified.

StatusX
Homework Helper
Messages
2,570
Reaction score
2
I was working with Fourier series and I found the following recursive formula for the zeta function:

[tex]\frac{p \\ \pi^{2p}}{2p+1} + \sum_{k=1}^{p} \frac{(2p)! (-1)^k \pi^{2(p-k)}}{(2(p-k)+1)!} \zeta(2k) = 0[/tex]

where [itex]\zeta(k)[/tex] is the Riemann zeta function and p is a positive integer. I know this has already been found, but I was wondering who found it and whether it had a name, and whether it is interesting at all. You can use it to calculate the values of the zeta function pretty easily. For example, for p=1, we have:<br /> <br /> [tex]\frac{\pi^2}{3} -\frac{2!}{1!}\zeta(2)=0[/tex]<br /> <br /> [tex]\zeta(2)=\frac{\pi^2}{6}[/tex]<br /> <br /> for p=2:<br /> <br /> [tex]\frac{2\pi^4}{5} -\frac{4! \\ \pi^2}{3!}\zeta(2)+\frac{4!}{1!}\zeta(4)=0[/tex]<br /> <br /> [tex]\zeta(4)=\frac{1}{24}(4\pi^2 (\frac{\pi^2}{6})-\frac{2\pi^4}{5}) =\frac{\pi^4}{90}[/tex]<br /> <br /> etc.[/itex]
 
Last edited:
Physics news on Phys.org
This looks to be a form of Euler's [tex]\zeta(2n)=\frac{(-1)^{k+1}(2\pi)^{2n}B_{2n}}{2(2n)!}[/tex], and I suspect it wouldn't be difficult to get from one to the other using the usual properties of the Bernoulli numbers, [tex]B_n[/tex] (see their generating series).

If I have the history correct Euler first proved the special cases for n=1 to 13, then a few years later proved the general formula.

It's definitely interesting in that it proves zeta is a rational multiple of a power of pi for even positive integers (and gives a corresponding result for zeta at negative integers via the functional equation). Compare with what's known about zeta at other values and this looks all the more impressive.
 
ramsey2879

This is one reason why I consider [tex]\pi[/tex] the most interesting constant in math. For instance, Math World at http://mathworld.wolfram.com/RelativelyPrime.html gives the probability that two numbers are prime to each other as
[tex]{\zeta(2)}^{-1} = \frac{6}{\pi^2}[/tex]
 
Last edited:
If you haven't already, it's worth the time to consider why the probability that two randomly chosen numbers are relatively prime is given by [tex]\zeta(2)^{-1}[/tex] as mathworld says.

For that matter, it's worth considering what this actually means in precise terms (i.e. how are we handling the idea of randomly selecting numbers from an infinite set).
 
Last edited:
shmoe said:
If you haven't already, it's worth the time to consider why the probability that two randomly chosen numbers are relatively prime is given by [tex]\zeta(2)^{-1}[/tex] as mathworld says.
For that matter, it's worth considering what this actually means in precise terms (i.e. how are we handling the idea of randomly selecting numbers from an infinite set).
Good question, I imagine that in all probability, most numbers compared with each other would be less than [tex]2^{32}[/tex] or some lower power of 2, thus would not be an infinite set. For sake of argument though, let's assume that any number in an infinitely large set is equally likely to be chosen. If we can assume that the question then can be broken down by considering each prime separately. The probability that a prime number is divisible by p is 1/p and the probability that both numbers are divisible by p then becomes [tex]1[/tex]/[tex]p^2[/tex]. Thus the probability that this doesn't happen for p is then
[tex]\frac{p^2-1}{p^2}[/tex]
What I am not sure about is whether one can take the next step of multiplying the above probabilities for each prime together to find the total probability as a whole, or how this involves the zeta function.
 
Last edited:
ramsey2879 said:
Good question, I imagine that in all probability, most numbers compared with each other would be less than [tex]2^{32}[/tex] or some lower power of 2, thus would not be an infinite set.

Under any reasonable definition of "most", most numbers are larger than 2^32, or any finite bound you'd like. We can not worry about this for now and go on you next assumption (which is a fair place to start):

ramsey2879 said:
For sake of argument though, let's assume that any number in an infinitely large set is equally likely to be chosen. If we can assume that the question then can be broken down by considering each prime separately. The probability that a prime number is divisible by p is 1/p and the probability that both numbers are divisible by p then becomes [tex]1[/tex]/[tex]p^2[/tex]. Thus the probability that this doesn't happen for p is then
[tex]\frac{p^2-1}{p^2}[/tex]

Very good. it might help to rewrite this as [tex]1-\frac{1}{p^2}[/tex]

ramsey2879 said:
What I am not sure about is whether one can take the next step of multiplying the above probabilities for each prime together to find the total probability as a whole, or how this involves the zeta function.

Yea, multiplying the probabilities together is fine. Note that you'd be making the assumption that the probability a random number is divisible by the prime p and the probability it's divisible by the prime q are independent (a fair assumption).

Have you seen the Euler product form of Zeta? If not, don't look it up before you try to convince yourself that the infinite product we get over primes is in fact equal to 1/zeta(2).
 
StatusX said:
I was working with Fourier series and I found the following recursive formula for the zeta function:

[tex]\frac{p \\ \pi^{2p}}{2p+1} + \sum_{k=1}^{p} \frac{(2p)! (-1)^k \pi^{2(p-k)}}{(2(p-k)+1)!} \zeta(2k) = 0[/tex]

where [itex]\zeta(k)[/tex] is the Riemann zeta function and p is a positive integer. I know this has already been found, but I was wondering who found it and whether it had a name, and whether it is interesting at all. You can use it to calculate the values of the zeta function pretty easily. For example, for p=1, we have:<br /> <br /> [tex]\frac{\pi^2}{3} -\frac{2!}{1!}\zeta(2)=0[/tex]<br /> <br /> [tex]\zeta(2)=\frac{\pi^2}{6}[/tex]<br /> <br /> for p=2:<br /> <br /> [tex]\frac{2\pi^4}{5} -\frac{4! \\ \pi^2}{3!}\zeta(2)+\frac{4!}{1!}\zeta(4)=0[/tex]<br /> <br /> [tex]\zeta(4)=\frac{1}{24}(4\pi^2 (\frac{\pi^2}{6})-\frac{2\pi^4}{5}) =\frac{\pi^4}{90}[/tex]<br /> <br /> etc.[/itex]
[itex] <br /> <br /> Using a somewhat different method (still using trigonometric series though), I ended up with a recursion as well <a href="https://www.physicsforums.com/showthread.php?t=192765" class="link link--internal">here</a>.<br /> I do remember a Fourier series method for both the Riemann zeta at positive even integers and the Dirichlet L at positive odd integers in a paper called 'Recursive Formulas for [itex]\zeta(2k)[/tex] and [itex]L(2k-1)[/tex] by Xuming Chen though. As I recall the relation in that paper was somewhat different from yours though (I'd like to see how you derived it).<br /> <br /> Hope this helped![/itex][/itex][/itex]
 
I have to admit, the standard informal proof of the probability that two numbers are relatively prime always bothered me. Each 'number' has a 1/p chance of being divisible by p, hence each 'number' has an infinite number of factors (since Euler proved that the sum of the reciprocals of the primes diverges).

Of course, seeing it as the limit of p-smooth numbers as p -> infty makes it sensible again.
 
I'm a bit confused why the coprime probability is being discussed here (I wanted to see more recursions like the first post mentions)- but its also true that [itex]n[/tex] randomly chosen integers have probability of being coprime to each other of [itex]\frac{1}{\zeta(n)}[/tex].<br /> I once tried to show this after seeing the base case for two integers in Havil's Gamma: Exploring Euler's Constant by generalising the proof there, but I forgot all about it.<br /> <br /> Incidentally, I wonder if an inductive method will work- it might even come back full circle to recursions...[/itex][/itex]
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
6K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K