A246966 Decimal expansion of H_2, the analog of Madelung's constant for the planar hexagonal lattice.
1, 5, 4, 2, 2, 1, 9, 7, 2, 1, 7, 0, 6, 5, 0, 5, 2, 5, 8, 5, 3, 1, 4, 1, 5, 7, 6, 4, 3, 6, 4, 2, 4, 5, 2, 9, 5, 6, 1, 9, 4, 8, 0, 7, 3, 5, 9, 1, 3, 1, 5, 4, 7, 8, 5, 3, 8, 8, 1, 6, 4, 0, 1, 9, 0, 8, 6, 3, 2, 1, 8, 1, 9, 3, 6, 7, 6, 9, 6, 7, 4, 8, 2, 3, 3, 9, 1, 1, 3, 1, 8, 7, 4, 4, 3, 6, 8, 0, 7, 5, 0, 2, 3
Offset: 1
Examples
1.54221972170650525853141576436424529561948...
References
- Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Sections 1.10 Madelung's constant, p. 78.
Links
- David Borwein, Jonathan M. Borwein and Keith F. Taylor, Convergence of lattice sums and Madelung's constant, J. Math. Phys. 26 (1985), 2999-3009.
- Eric Weisstein's MathWorld, Madelung Constants
Programs
-
Mathematica
H2 = (-3 + Sqrt[3])*Zeta[1/2]*((1 - Sqrt[2])*Zeta[1/2, 1/3] + Zeta[1/2, 1/6]); RealDigits[H2, 10, 103] // First
-
PARI
(sqrt(3)-3)*zeta(1/2)*((1-sqrt(2))*zetahurwitz(1/2, 1/3) + zetahurwitz(1/2, 1/6)) \\ Charles R Greathouse IV, Jan 31 2018
Formula
H_2 = (-3 + sqrt(3))*zeta(1/2)*((1 - sqrt(2))*zeta(1/2, 1/3) + zeta(1/2, 1/6)), where zeta(s,a) gives the generalized Riemann zeta function.
Comments