You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which is incorrect, as $\zeta(3) \simeq 1.202057$. Incorrect, but interesting. Can we derive the correct $\tanh$ addition formula? (we can and it's not pretty, see Hardy's paper, other more promising approaches below)
Other
We can also show the (maybe?) related result below.
Weierstrass factorisation: extending the original proof
This AoPS post has an interesting idea of applying Euler's original method, seems worth digging into a bit more. He gets the Weierstrass factorisation wrong, when you do it correctly you get
So a product of sine functions will lead us to find even values of the zeta function, but not odd values, incidentally, this is exactly why this problem is hard for odd values. Wishful thinking and bad factorisation would suggest that since the roots of $\sin(ax^2)$ are $\pm\sqrt\frac{n\pi}{a}$ we could write the product of linear factors
and then a lot of l'Hôpital's rule and the tricks in these lecture notes (proof 1) should have been enough.
We can play a similar game with the factorisation of the inverse-Gamma function, and get an expression for $\zeta(3)$ this way, but evaluating the limit as $z$ goes to zero of the LHS seems tricky, simplifying the digamma function with its Laurent series expansion doesn't seem to help, instead leading to a blowup to infinity. Here is a more detailed explanation:
This is interesting because we can set $a,b,c$ to whichever value we please. So we consider the expanded product and choose them such that only the $n^3$ term remains. This gives:
$$ (a b c z^3)/n^3 + (a b z^2)/n^2 + (a c z^2)/n^2 + (a z)/n + (b c z^2)/n^2 + (b z)/n + (c z)/n + 1 $$
So we set $ab+ac+bc=0$ and $a+b+c=0$, this is solved by $b = -\frac{1}{2}i(a\sqrt{3}-ia)$ and $c = \frac{1}{2}i(a\sqrt{3}+ia)$ which conveniently yields $abc=a^3$. So now our W. factorisation is:
Can we evaluate this limit?
One confusing thing about this approach is that $a$ is still arbitrary afaik, so when will we get a constraint on $a$?
Might be instructive to evaluate this numerically, but currently limited by missing constraint on $a$. Is the constraint just $a=0$ actually? Because $F(0)$ has to be zero (I think), considering that, as can be verified with wolfram alpha:
$$ \lim_{z \to 0} \frac{1}{\Gamma(z)} = 0$$
This is an interesting approach along similar lines, he gets a good approximation for zeta(3).
Ok maybe that's why this doesn't work... (?)
Addendum
One interesting thing to notice, $b$ is a cube root of unity, and $c$ is $b^2$. Using traditional notation $\omega$ for the cube root of unity we can get an expression for the derivative:
Numerical experimentation: beating the record number of digits
The current best approximation to Apéry's constant is good to 21 digits, as quoted on MathWorld.
The first approximation (accurate to 1 decimal point) that we got from the Putnam product suggests adding log(3/2) to the search vector in this approach, this actually improves distance from $\zeta(3)$ from $1.5 \cdot 10^{-22}$ to $1.2 \cdot 10^{-22}$. This doesn't add a digit though.
However adding $\frac{\pi^2}{7}$ as well does get us to 22 digits. This was tried because of Euler's series expression for zeta(3):
This is cool, looks like we beat the record, although of course there was no big insight that led to this. But tbf the current record holder also didn't have massive insight either (I guess his insight was to use PSQL?).
About
Repo with my calculations related to the zeta-3 problem.