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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A195400 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)=(sqrt(7),3,4). 5

%I #9 May 13 2017 14:47:43

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

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

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

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

%C See A195284 for definitions and a general discussion.

%e (B)=1.80566491858054587933117899514765276...

%t a = Sqrt[7]; b = 3; c = 4;

%t 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) A195399 *)

%t N[x2, 100]

%t RealDigits[%] (* (B) A195400 *)

%t N[x3, 100]

%t RealDigits[%] (* (C) A195401 *)

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

%t RealDigits[%] (* Philo(ABC,I) A195402 *)

%Y Cf. A195284.

%K nonn,cons

%O 1,2

%A _Clark Kimberling_, Sep 17 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 May 6 18:59 EDT 2024. Contains 372297 sequences. (Running on oeis4.)