OFFSET
1,3
COMMENTS
See A195284 for definitions and a general discussion.
LINKS
EXAMPLE
(A)=1.0458313799799558749487205757034116814248520474480...
MATHEMATICA
a = Sqrt[2]; b = Sqrt[5]; c = Sqrt[7];
f = 2 a*b/(a + b + c);
x1 = Simplify[f*Sqrt[a^2 + (b + c)^2]/(b + c) ]
x2 = Simplify[f*Sqrt[b^2 + (c + a)^2]/(c + a) ]
x3 = f*Sqrt[2]
N[x1, 100]
RealDigits[%] (* (A) A195386 *)
N[x2, 100]
RealDigits[%] (* (A) A195387 *)
N[x3, 100]
RealDigits[%] (* (A) A195388 *)
N[(x1 + x2 + x3)/(a + b + c), 100]
RealDigits[%] (* Philo(ABC, I) A195389 *)
PROG
(PARI) 4*sqrt(5*sqrt(35) + 35)/(sqrt(10) + sqrt(14) + 2*sqrt(35) + 12) \\ Charles R Greathouse IV, Apr 05 2026
(PARI) polrootsreal(x^8 - 672*x^6 + 82656*x^4 - 376320*x^2 + 313600)[5] \\ Charles R Greathouse IV, Apr 05 2026
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Sep 17 2011
STATUS
approved
