login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A185579 Decimal expansion of Sum_{m,n,p = -infinity..infinity} (-1)^m/sqrt(m^2 + (n-1/2)^2 + (p-1/2)^2). 7
1, 5, 4, 0, 1, 7, 0, 9, 0, 1, 8, 5, 5, 5, 4, 3, 6, 1, 7, 4, 3, 6, 4, 6, 6, 6, 6, 3, 8, 6, 4, 8, 0, 3, 9, 7, 8, 4, 2, 9, 6, 2, 7, 5, 6, 4, 1, 5, 6, 1, 4, 5, 9, 4, 8, 4, 2, 1, 8, 9, 5, 5, 2, 9, 4, 6, 0, 3, 7, 9, 1, 5, 8, 7, 6, 0, 1, 2, 7, 6, 9, 7, 9, 2, 0, 7, 4, 3, 0, 7, 6, 9, 2, 2, 7, 8, 9, 1, 3, 0, 2, 5, 3, 8, 5 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
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 e(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 e(1).
FORMULA
Equals 2*log(1+sqrt(2)) + 4*Sum_{n>=1, p>=1} (-1)^n*cosech(d*Pi)/d where d = sqrt(n^2 + (p-1/2)^2).
EXAMPLE
1.5401709018555436174364666638648...
MATHEMATICA
digits = 105; Clear[f]; f[n_, p_] := f[n, p] = (d = Sqrt[n^2 + (p - 1/2)^2]; (-1)^n*(Csch[d*Pi]/d) // N[#, digits+10]&); f[m_] := f[m] = 2*Log[1 + Sqrt[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 21 2013 *)
CROSSREFS
Sequence in context: A258234 A336075 A159799 * A197134 A049470 A309699
KEYWORD
cons,nonn
AUTHOR
R. J. Mathar, Jan 31 2011
EXTENSIONS
More terms from Jean-François Alcover, Feb 21 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 12 13:56 EDT 2024. Contains 372480 sequences. (Running on oeis4.)