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.

Showing 1-1 of 1 results.

A264156 Decimal expansion of M_5, the 5-dimensional analog of Madelung's constant (negated).

Original entry on oeis.org

1, 9, 0, 9, 3, 3, 7, 8, 1, 5, 6, 1, 8, 7, 6, 8, 5, 5, 9, 5, 2, 0, 1, 4, 3, 7, 9, 8, 4, 3, 3, 6
Offset: 1

Views

Author

Jean-François Alcover, Nov 06 2015

Keywords

Examples

			-1.9093378156187685595201437984336...
		

References

  • Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Sections 1.10 Madelung's constant, p. 77.

Crossrefs

Programs

  • Mathematica
    digits = 32; f[n_, x_] := 1/Sqrt[Pi*x]*(EllipticTheta[4, 0, Exp[-x]]^n - 1); M[5] = NIntegrate[f[5, x], {x, 0, Infinity}, WorkingPrecision -> digits + 5]; RealDigits[M[5], 10, digits] // First

Formula

Equals (1/sqrt(Pi))*Integral_{t=0..oo} ((Sum_{k=-oo..oo} (-1)^k*exp(-k^2*t))^5 - 1)/sqrt(t) dt.
Showing 1-1 of 1 results.