A195284 Decimal expansion of shortest length of segment from side AB through incenter to side AC in right triangle ABC with sidelengths (a,b,c)=(3,4,5); i.e., decimal expansion of 2*sqrt(10)/3.
2, 1, 0, 8, 1, 8, 5, 1, 0, 6, 7, 7, 8, 9, 1, 9, 5, 5, 4, 6, 6, 5, 9, 2, 9, 0, 2, 9, 6, 2, 1, 8, 1, 2, 3, 5, 5, 8, 1, 3, 0, 3, 6, 7, 5, 9, 5, 5, 0, 1, 4, 4, 5, 5, 1, 2, 3, 8, 3, 3, 6, 5, 6, 8, 5, 2, 8, 3, 9, 6, 2, 9, 2, 4, 2, 6, 1, 5, 8, 8, 1, 4, 2, 2, 9, 4, 9, 8, 7, 3, 8, 9, 1, 9, 5, 3, 3, 5, 3, 0
Offset: 1
A195341 Decimal expansion of shortest length, (B), of segment from side BC through incenter to side BA in right triangle ABC with sidelengths (a,b,c)=(1,2,sqrt(5)).
8, 9, 8, 0, 5, 5, 9, 5, 3, 1, 5, 9, 1, 7, 0, 7, 4, 4, 8, 8, 3, 8, 9, 0, 3, 0, 3, 5, 9, 5, 0, 5, 3, 5, 7, 5, 1, 5, 8, 4, 2, 4, 9, 6, 4, 6, 4, 2, 1, 6, 7, 0, 3, 8, 7, 8, 8, 9, 5, 7, 2, 6, 8, 3, 3, 7, 6, 1, 5, 1, 1, 2, 9, 5, 8, 0, 4, 1, 6, 5, 3, 1, 9, 2, 8, 6, 1, 1, 5, 5, 0, 1, 8, 6, 8, 5, 1, 6, 0, 9, 7, 6, 8
Offset: 0
Comments
See A195284 for definitions and a general discussion.
Examples
0.898055953159170744883890303595053575158424964642...
Crossrefs
Cf. A195284.
Programs
-
Mathematica
a = 1; b = 2; c = Sqrt[5]; 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) A195340 *) N[x2, 100] RealDigits[%] (* (B) A195341 *) N[x3, 100] RealDigits[%] (* (C) A195342 *) N[(x1 + x2 + x3)/(a + b + c), 100] RealDigits[%] (* Philo(ABC,I) A195343 *)
-
PARI
polrootsreal(x^4 - 100*x^2 + 80)[3] \\ Charles R Greathouse IV, Feb 11 2025
Extensions
a(99)-a(100) corrected by Georg Fischer, Jul 18 2021
A195342 Decimal expansion of shortest length, (C), of segment from side CA through incenter to side CB in right triangle ABC with sidelengths (a,b,c)=(1,2,sqrt(5)).
1, 0, 8, 0, 3, 6, 3, 0, 2, 6, 9, 5, 0, 9, 0, 5, 8, 1, 4, 4, 0, 6, 1, 7, 2, 6, 2, 8, 1, 9, 6, 3, 7, 5, 7, 0, 1, 9, 8, 9, 4, 6, 0, 4, 8, 6, 8, 0, 5, 6, 2, 7, 3, 9, 2, 6, 7, 2, 5, 3, 4, 3, 6, 1, 1, 7, 9, 6, 0, 2, 9, 9, 6, 7, 4, 7, 0, 8, 2, 8, 9, 5, 2, 0, 6, 9, 1, 4, 4, 9, 4, 6, 0, 3, 6, 2, 4, 4, 2, 3
Offset: 1
Comments
See A195284 for definitions and a general discussion.
Examples
(C)=1.0803630269509058144061726281963757019894604...
Crossrefs
Cf. A195284.
Programs
-
Mathematica
a = 1; b = 2; c = Sqrt[5]; 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) A195340 *) N[x2, 100] RealDigits[%] (* (B) A195341 *) N[x3, 100] RealDigits[%] (* (C) A195342 *) N[(x1 + x2 + x3)/(a + b + c), 100] RealDigits[%] (* Philo(ABC,I) A195343 *)
-
PARI
4*sqrt(2)/(3 + sqrt(5)) \\ Charles R Greathouse IV, Feb 22 2025
A195343 Decimal expansion of normalized Philo sum, Philo(ABC,I), where I=incenter of a 1,2,sqrt(5) right triangle ABC.
5, 2, 7, 7, 5, 2, 6, 3, 3, 6, 0, 7, 7, 1, 0, 3, 5, 6, 1, 1, 8, 2, 1, 4, 2, 9, 0, 2, 9, 3, 9, 4, 9, 5, 2, 2, 3, 8, 0, 4, 0, 2, 1, 3, 5, 2, 9, 2, 0, 4, 0, 2, 9, 8, 3, 5, 1, 1, 8, 0, 3, 5, 8, 9, 3, 0, 7, 0, 2, 0, 3, 8, 2, 2, 5, 3, 2, 5, 8, 9, 8, 0, 5, 2, 1, 1, 3, 4, 1, 4, 7, 7, 9, 8, 1, 3, 4, 3, 6, 5, 7
Offset: 0
Comments
See A195284 for definitions and a general discussion.
Examples
Philo(ABC,I)=0.5277526336077103561182142902939495223804021352...
Crossrefs
Cf. A195284.
Programs
-
Mathematica
a = 1; b = 2; c = Sqrt[5]; 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) A195340 *) N[x2, 100] RealDigits[%] (* (B) A195341 *) N[x3, 100] RealDigits[%] (* (C) A195342 *) N[(x1 + x2 + x3)/(a + b + c), 100] RealDigits[%] (* Philo(ABC,I) A195343 *)
Extensions
a(99) corrected by Georg Fischer, Jul 18 2021
Comments
Examples
References
Links
Crossrefs
Programs
Maple
Mathematica
PARI
Formula
Extensions