cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A068982 Decimal expansion of the limit of the product of a modified zeta function.

This page as a plain text file.
%I A068982 #28 Apr 28 2025 12:34:24
%S A068982 4,3,5,7,5,7,0,7,6,7,7,2,6,4,5,5,9,3,7,3,7,6,2,2,9,7,0,1,2,0,9,4,1,8,
%T A068982 6,3,4,9,6,8,6,4,1,7,4,9,2,4,3,6,8,0,3,8,1,7,5,4,6,0,9,8,9,0,9,2,3,0,
%U A068982 0,2,3,6,0,1,6,1,0,3,0,5,3,1,8,8,0,4,3,9,7,9,5,9,7,7,2,3,4,0,6,5,3,7,6,9
%N A068982 Decimal expansion of the limit of the product of a modified zeta function.
%C A068982 The "modified zeta function" Zetam(n) = sum(mu(k)/k^n) may be helpful when searching for a closed form for Apery's constant.
%H A068982 Robert Price, <a href="/A068982/b068982.txt">Table of n, a(n) for n = 0..999</a>
%H A068982 Melanie Matchett Wood, <a href="https://arxiv.org/abs/2301.09687">Probability theory for random groups arising in number theory</a>, arXiv:2301.09687 [math.NT], 2023. See Theorem 3.6 at p. 21.
%F A068982 Equals Product_{k=1..oo} Sum_{n=2..oo} mu(k)/k^n.
%F A068982 Equals 1/A021002. - _R. J. Mathar_, Jan 31 2009
%e A068982 0.43575707...
%p A068982 with(numtheory); evalf(Product(Sum('mobius(k)/k^n','k'=1..infinity),n=2..infinity),40); Note: For practical reasons you should change "infinity" to some finite value.
%p A068982 evalf(product(1/Zeta(n), n=2..infinity), 120); # _Vaclav Kotesovec_, Oct 22 2014
%t A068982 digits = 104; 1/NProduct[ Zeta[n], {n, 2, Infinity}, WorkingPrecision -> digits+10, NProductFactors -> 1000] // RealDigits[#, 10, digits]& // First (* _Jean-François Alcover_, Feb 15 2013 *)
%Y A068982 Cf. A021002, A002117.
%K A068982 cons,nonn
%O A068982 0,1
%A A068982 Andre Neumann Kauffman (andrekff(AT)hotmail.com), Apr 01 2002
%E A068982 Corrected and extended by _R. J. Mathar_, Jan 31 2009
%E A068982 Example corrected by _R. J. Mathar_, Jul 23 2009