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
A195345 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,3,sqrt(10)).
1, 0, 3, 2, 6, 4, 1, 4, 9, 1, 2, 0, 9, 3, 4, 7, 3, 6, 1, 4, 7, 5, 6, 3, 7, 6, 5, 5, 6, 5, 7, 6, 1, 1, 4, 8, 5, 4, 1, 4, 2, 2, 0, 1, 8, 5, 8, 1, 6, 7, 1, 1, 5, 6, 8, 9, 2, 7, 0, 6, 5, 3, 6, 1, 1, 0, 5, 5, 7, 9, 5, 0, 5, 3, 9, 8, 2, 3, 3, 0, 2, 4, 9, 7, 6, 0, 2, 8, 0, 4, 2, 2, 8, 7, 6, 6, 4, 8, 1, 9
Offset: 1
Comments
See A195284 for definitions and a general discussion.
Examples
(B)=1.0326414912093473614756376556576114854142201858...
Crossrefs
Cf. A195284.
Programs
-
Mathematica
a = 1; b = 3; c = Sqrt[10]; 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[%] (* A195344 *) N[x2, 100] RealDigits[%] (* A195345 *) N[x3, 100] RealDigits[%] (* A195346 *) N[(x1 + x2 + x3)/(a + b + c), 100] RealDigits[%] (* A195347 *)
-
PARI
(6*sqrt(20 + sqrt(40)))/(14 + 5*sqrt(10)) \\ Charles R Greathouse IV, Feb 11 2025
A195347 Decimal expansion of normalized Philo sum, Philo(ABC,I), where I=incenter of a 1,3,sqrt(10) right triangle ABC.
4, 2, 8, 0, 8, 1, 8, 0, 5, 8, 1, 2, 5, 2, 1, 9, 3, 5, 0, 2, 5, 2, 6, 7, 1, 5, 1, 7, 0, 3, 6, 9, 8, 0, 9, 0, 1, 5, 6, 8, 4, 4, 3, 6, 5, 5, 7, 9, 1, 6, 1, 2, 6, 4, 4, 4, 1, 3, 4, 3, 5, 9, 8, 2, 0, 8, 3, 7, 1, 5, 1, 0, 6, 3, 2, 7, 9, 2, 1, 5, 9, 8, 0, 0, 9, 5, 9, 6, 4, 6, 1, 4, 6, 2, 9, 7, 1, 1, 0, 7, 7
Offset: 0
Comments
See A195284 for definitions and a general discussion.
Examples
Philo(ABC,I)=0.4280818058125219350252671517036980901568443655...
Crossrefs
Cf. A195284.
Programs
-
Mathematica
a = 1; b = 3; c = Sqrt[10]; 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[%] (* A195344 *) N[x2, 100] RealDigits[%] (* A195345 *) N[x3, 100] RealDigits[%] (* A195346 *) N[(x1 + x2 + x3)/(a + b + c), 100] RealDigits[%] (* A195347 *)
-
PARI
polrootsreal(6561*x^8 - 42107688*x^6 + 495305280*x^5 + 39826979224*x^4 - 60652800*x^3 - 4964068512*x^2 - 900806400*x - 44270064)[6] \\ Charles R Greathouse IV, Feb 11 2025
Extensions
a(99) corrected by Georg Fischer, Jul 18 2021
A195344 Decimal expansion of shortest length, (A), of segment from side AB through incenter to side AC in right triangle ABC with sidelengths (a,b,c)=(1,3,sqrt(10)).
8, 4, 8, 6, 8, 0, 9, 6, 8, 7, 9, 3, 4, 1, 5, 9, 6, 8, 1, 3, 0, 9, 8, 9, 7, 4, 8, 3, 0, 2, 9, 8, 5, 1, 5, 9, 3, 8, 1, 8, 4, 6, 1, 8, 5, 1, 2, 0, 2, 0, 1, 5, 9, 0, 5, 2, 1, 4, 8, 4, 9, 1, 9, 7, 6, 6, 5, 2, 5, 4, 9, 2, 3, 5, 6, 3, 9, 4, 4, 0, 4, 6, 2, 4, 5, 2, 5, 0, 3, 4, 5, 3, 0, 8, 9, 5, 4, 3, 8, 7
Offset: 0
Comments
See A195284 for definitions and a general discussion.
Examples
(A)=0.84868096879341596813098974830298515938184618...
Programs
-
Mathematica
a = 1; b = 3; c = Sqrt[10]; 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[%] (* A195344 *) N[x2, 100] RealDigits[%] (* A195345 *) N[x3, 100] RealDigits[%] (* A195346 *) N[(x1 + x2 + x3)/(a + b + c), 100] RealDigits[%] (* A195347 *)
A195355 Decimal expansion of shortest length, (A), of segment from side AB through incenter to side AC in right triangle ABC with sidelengths (a,b,c)=(2,3,sqrt(13)).
1, 4, 5, 6, 9, 6, 4, 1, 0, 1, 6, 1, 4, 4, 8, 5, 9, 8, 3, 8, 5, 1, 0, 9, 1, 5, 8, 7, 1, 3, 9, 2, 6, 6, 9, 8, 4, 0, 8, 2, 2, 8, 5, 1, 6, 8, 1, 0, 7, 3, 1, 9, 3, 6, 3, 0, 0, 6, 4, 7, 6, 5, 1, 5, 1, 9, 0, 4, 9, 9, 9, 7, 4, 5, 4, 4, 3, 1, 3, 1, 3, 0, 1, 6, 3, 5, 6, 0, 8, 8, 9, 8, 2, 8, 3, 4, 4, 3, 3, 5
Offset: 1
Comments
See A195284 for definitions and a general discussion.
Examples
(A)=1.45696410161448598385109158713926698408228516810...
Programs
-
Mathematica
a = 2; b = 3; c = Sqrt[13]; 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) A195355 *) N[x2, 100] RealDigits[%](* (B) A195356 *) N[x3, 100] RealDigits[%](* (C) A195357 *) N[(x1 + x2 + x3)/(a + b + c), 100] RealDigits[%](* Philo(ABC,I) A195358 *)
Comments
Examples
References
Links
Crossrefs
Programs
Maple
Mathematica
PARI
Formula
Extensions