OFFSET
1,2
REFERENCES
S. R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, pp. 76-81.
LINKS
I. J. Zucker, Exact results for some lattice sums in 2, 4, 6 and 8 dimensions, J. Phys. A: Math., Gen. vol. 7 (1974) no. 13, pp. 1568-1575.
FORMULA
M2 = Sum_{ -oo < i < oo, -oo < j < oo, (i,j) != (0,0) } (-1)^(i + j)/sqrt(i^2 + j^2)).
M2 = 4*(sqrt(2) - 1)*zeta(1/2)*beta(1/2) (beta=Dirichlet beta function).
EXAMPLE
M2 = -1.6155426267....
MAPLE
M2:=evalf(4*(sqrt(2)-1)*Zeta(1/2)*sum('(-1)^n/sqrt(2*n+1)', 'n'=0..infinity), 120); # Herman Jamke (hermanjamke(AT)fastmail.fm), Apr 10 2009
MATHEMATICA
(2-2*I)*(Sqrt[2]-1)*Zeta[1/2]*(PolyLog[1/2, -I]-Zeta[1/2, 1/4]) // Re // RealDigits[#, 10, 105]& // First (* Jean-François Alcover, Feb 15 2013 *)
PROG
(PARI) DirBet=sumalt(n=0, (-1)^n/sqrt(2*n+1)); print(4.0*(sqrt(2)-1)*zeta(0.5)*DirBet) ; \\ R. J. Mathar, Jul 20 2007
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Benoit Cloitre, Nov 16 2003
EXTENSIONS
More terms from R. J. Mathar, Jul 20 2007
More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Apr 10 2009
STATUS
approved