OFFSET
1,1
COMMENTS
Without sign, this is the volume of the intersection of the three (solid) hyperboloids x^2 + y^2 - z^2 <= 1; y^2 + z^2 - x^2 <= 1; z^2 + x^2 - y^2 <= 1. See Villarino et al. - Michel Marcus, Aug 12 2021
In other words, decimal expansion of the volume of the unit trihyperboloid. - Eric W. Weisstein, Sep 18 2021
LINKS
Hassan Chamati and Nicholay S. Tonchev, Exact results for some Madelung type constants in the finite-size scaling theory, arXiv:cond-mat/0003235 [cond-mat.stat-mech], 2000.
Mark B. Villarino and Joseph C. Várilly, Archimedes' Revenge, arXiv:2108.05195 [math.HO], 2021.
Eric Weisstein's World of Mathematics, Madelung Constants
Eric Weisstein's World of Mathematics, Trihyperboloid
FORMULA
-8*log(2).
4*log(2)/5 = 8*log(2)/10 = Sum_{k>=1} F(k)^2/(k * 3^k), where F(k) is the k-th Fibonacci number (A000045). - Amiram Eldar, Aug 09 2020
EXAMPLE
-5.54517744447956247533785697166541254460400107488204203296544...
MAPLE
evalf(-8*log(2), 120); # Vaclav Kotesovec, May 11 2015
MATHEMATICA
RealDigits[-8*Log[2], 10, 103] // First
PROG
(PARI) -8*log(2) \\ Charles R Greathouse IV, Sep 02 2021
CROSSREFS
KEYWORD
AUTHOR
Jean-François Alcover, May 11 2015
STATUS
approved