Some time back, I asked this question about $$\prod _{n=1}^{\infty } n^{\mu (n)}.$$
Recently, I found this numeric convergence: $0.6784223987077668596042536007\dots$, and when rationalized, found this: $\frac{5040}{7429}$.
Factoring the fraction: $\lbrace\lbrace2, 4\rbrace, \lbrace3, 2\rbrace, \lbrace5, 1\rbrace, \lbrace7, 1\rbrace, \lbrace17, -1\rbrace, \lbrace19, -1\rbrace, \lbrace23, -1\rbrace\rbrace$, where $\lbrace prime, exponent\rbrace$, we get this sequence.
I like the fact that the sequence is finite and am wondering what it is doing in my fraction.
Is this coincidence? Or, what?
WorkingPrecision->500
and then to 5000 and got the same rationalization. – Fred Daniel Kline Mar 12 '14 at 15:13WorkingPrecision->14
and up. – Fred Daniel Kline Mar 12 '14 at 15:20NProduct[n^(MoebiusMu[n]), {n, 1, Infinity}, WorkingPrecision -> 500] Rationalize[%]
– Fred Daniel Kline Mar 12 '14 at 20:29