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
A195356 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)=(2,3,sqrt(13)).
1, 5, 8, 1, 5, 9, 1, 1, 2, 9, 5, 2, 1, 7, 3, 0, 5, 5, 3, 1, 7, 8, 2, 9, 6, 3, 5, 5, 1, 3, 5, 5, 6, 8, 9, 5, 2, 4, 4, 0, 1, 8, 4, 5, 8, 7, 1, 8, 9, 7, 9, 8, 8, 5, 5, 4, 4, 2, 0, 2, 8, 5, 4, 7, 5, 5, 6, 6, 3, 1, 7, 7, 9, 6, 4, 2, 4, 6, 9, 2, 3, 1, 6, 9, 4, 6, 5, 9, 2, 9, 8, 7, 0, 0, 9, 3, 2, 0, 5, 7
Offset: 1
Comments
See A195284 for definitions and a general discussion.
Examples
(B)=1.58159112952173055317829635513556895244018458718979885544...
Crossrefs
Cf. A195284.
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 *)
A195357 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)=(2,3,sqrt(13)).
1, 9, 7, 2, 0, 4, 8, 2, 9, 8, 2, 7, 2, 6, 9, 0, 4, 1, 3, 9, 8, 0, 2, 1, 9, 5, 1, 2, 0, 2, 5, 7, 0, 8, 4, 0, 3, 2, 8, 4, 5, 8, 8, 4, 3, 0, 7, 8, 5, 1, 4, 3, 9, 5, 8, 2, 9, 8, 4, 2, 7, 8, 8, 5, 5, 2, 7, 7, 2, 8, 7, 6, 0, 2, 4, 8, 3, 1, 0, 9, 9, 8, 6, 6, 3, 5, 8, 8, 8, 2, 0, 5, 4, 4, 2, 7, 5, 8, 5, 5
Offset: 1
Comments
See A195284 for definitions and a general discussion.
Examples
(C)=1.97204829827269041398021951202570840328458843078514...
Crossrefs
Cf. A195284.
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 *)
A195358 Decimal expansion of normalized Philo sum, Philo(ABC,I), where I=incenter of a 2,3,sqrt(13) right triangle ABC.
5, 8, 2, 2, 5, 2, 4, 7, 5, 0, 6, 1, 6, 5, 6, 9, 9, 2, 6, 4, 7, 3, 2, 2, 5, 5, 2, 4, 7, 7, 4, 9, 0, 5, 1, 0, 4, 8, 9, 8, 0, 6, 4, 4, 4, 1, 1, 5, 6, 7, 0, 1, 2, 1, 2, 4, 4, 8, 2, 9, 2, 1, 7, 2, 0, 3, 2, 9, 1, 2, 3, 8, 5, 6, 7, 8, 0, 4, 2, 1, 2, 2, 1, 4, 0, 2, 4, 9, 7, 8, 8, 3, 7, 7, 0, 7, 4, 6, 6, 0, 8
Offset: 0
Comments
See A195284 for definitions and a general discussion.
Examples
Philo(ABC,I)=0.582252475061656992647322552477490510489806444115...
Crossrefs
Cf. A195284.
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 *)
Extensions
a(99) corrected by Georg Fischer, Jul 18 2021
Comments
Examples
References
Links
Crossrefs
Programs
Maple
Mathematica
PARI
Formula
Extensions