The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A264156 Decimal expansion of M_5, the 5-dimensional analog of Madelung's constant (negated). 0
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 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Sections 1.10 Madelung's constant, p. 77.
LINKS
Eric Weisstein's MathWorld, Madelung Constants
FORMULA
M_5 = 1/sqrt(Pi) integral_{0..infinity} ((sum_{k=-infinity..infinity} ((-1)^k exp(-k^2 t))^5 - 1)/sqrt(t) dt
EXAMPLE
-1.9093378156187685595201437984336...
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
CROSSREFS
Sequence in context: A278144 A198220 A131566 * A160576 A104756 A154994
KEYWORD
nonn,cons,more
AUTHOR
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 June 8 16:02 EDT 2024. Contains 373224 sequences. (Running on oeis4.)