login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


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,3,sqrt(10)).
6

%I #5 Mar 30 2012 18:57:45

%S 1,1,8,4,7,1,8,2,9,4,4,9,2,8,0,0,8,0,2,3,8,8,4,0,7,5,5,9,3,7,6,2,3,9,

%T 8,4,3,3,9,7,4,5,0,7,8,2,2,8,4,7,4,0,8,4,4,1,6,4,9,2,4,4,6,1,1,4,1,8,

%U 8,8,0,6,2,5,7,2,8,1,8,3,5,6,5,7,2,7,2,1,3,2,0,5,5,3,0,0,1,7,4,1

%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)=(1,3,sqrt(10)).

%C See A195284 for definitions and a general discussion.

%e (C)=1.1847182944928008023884075593762398433974507...

%t a = 1; b = 3; c = Sqrt[10]; 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[%] (* A195344 *)

%t N[x2, 100]

%t RealDigits[%] (* A195345 *)

%t N[x3, 100]

%t RealDigits[%] (* A195346 *)

%t N[(x1 + x2 + x3)/(a + b + c), 100]

%t RealDigits[%] (* A195347 *)

%Y Cf. A195284.

%K nonn,cons

%O 1,3

%A _Clark Kimberling_, Sep 16 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 22 19:55 EDT 2024. Contains 376138 sequences. (Running on oeis4.)