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.

Original entry on oeis.org

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, 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, 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
Offset: 0

Views

Author

Andre Neumann Kauffman (andrekff(AT)hotmail.com), Apr 01 2002

Keywords

Comments

The "modified zeta function" Zetam(n) = sum(mu(k)/k^n) may be helpful when searching for a closed form for Apery's constant.

Examples

			0.43575707...
		

Crossrefs

Programs

  • Maple
    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.
    evalf(product(1/Zeta(n), n=2..infinity), 120); # Vaclav Kotesovec, Oct 22 2014
  • Mathematica
    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 *)

Formula

Equals Product_{k=1..oo} Sum_{n=2..oo} mu(k)/k^n.
Equals 1/A021002. - R. J. Mathar, Jan 31 2009

Extensions

Corrected and extended by R. J. Mathar, Jan 31 2009
Example corrected by R. J. Mathar, Jul 23 2009