%I #5 Mar 30 2012 18:57:45
%S 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,
%T 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,
%U 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
%N 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)).
%C See A195284 for definitions and a general discussion.
%e (C)=1.97204829827269041398021951202570840328458843078514...
%t a = 2; b = 3; c = Sqrt[13]; f = 2 a*b/(a + b + c);
%t x1 = Simplify[f*Sqrt[a^2 + (b + c)^2]/(b + c) ]
%t x2 = Simplify[f*Sqrt[b^2 + (c + a)^2]/(c + a) ]
%t x3 = f*Sqrt[2]
%t N[x1, 100]
%t RealDigits[%](* (A) A195355 *)
%t N[x2, 100]
%t RealDigits[%](* (B) A195356 *)
%t N[x3, 100]
%t RealDigits[%](* (C) A195357 *)
%t N[(x1 + x2 + x3)/(a + b + c), 100]
%t RealDigits[%](* Philo(ABC,I) A195358 *)
%Y Cf. A195284.
%K nonn,cons
%O 1,2
%A _Clark Kimberling_, Sep 16 2011