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!)
A195395 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)=(sqrt(3),sqrt(5),sqrt(8)). 5

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

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

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

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

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

%C See A195284 for definitions and a general discussion.

%e (A)=1.204499952438300422962677204955880425372499...

%t a = Sqrt[3]; b = Sqrt[5]; c = Sqrt[8];

%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) A195395 *)

%t N[x2, 100]

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

%t N[x3, 100]

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

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

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

%Y Cf. A195284, A195896, A195897, A195398.

%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 July 17 14:36 EDT 2024. Contains 374377 sequences. (Running on oeis4.)