OFFSET
0,1
COMMENTS
The prime at the sum symbol means that the term at m=n=p=0 is omitted.
LINKS
Y. Sakamoto, Madelung constants of simple crystals expressed in terms of Born's basic potentials of 15 figures, J. Chem. Phys. 28 (1958) 164, variable Pi_2.
I. J. Zucker, Madelung constants and lattice sums for invariant cubic lattice complexes and certain tetragonal structures, J. Phys. A: Math. Gen. 8 (11) (1975) 1734, variable b(1).
I. J. Zucker, Functional equations for poly-dimensional zeta functions and the evaluation of Madelung constants, J. Phys. A: Math. Gen. 9 (4) (1976) 499, variable b(1).
FORMULA
EXAMPLE
0.77438614142400281521275138640678...
MATHEMATICA
digits = 105; Clear[f]; f[n_, p_] := f[n, p] =(s = Sqrt[n^2 + p^2]; ((2 + (-1)^n)*Csch[s*Pi])/s // N[#, digits+10]&); f[m_] := f[m] = Pi/2 - (7*Log[2])/2 + 4*Sum[f[n, p], {n, 1, m}, {p, 1, m}] // RealDigits[#, 10, digits+10]& // First; f[0]; f[m=10]; While[f[m] != f[m-10], Print[m]; m = m+10]; f[m][[1 ;; digits]] (* Jean-François Alcover, Feb 20 2013 *)
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
R. J. Mathar, Jan 31 2011
EXTENSIONS
More terms from Jean-François Alcover, Feb 20 2013
STATUS
approved