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!)
A195372 Decimal expansion of normalized Philo sum, Philo(ABC,I), where I=incenter of a 1,sqrt(2),sqrt(3) right triangle ABC. 5

%I #10 Dec 24 2017 09:25:42

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

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

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

%N Decimal expansion of normalized Philo sum, Philo(ABC,I), where I=incenter of a 1,sqrt(2),sqrt(3) right triangle ABC.

%C See A195284 for definitions and a general discussion.

%H G. C. Greubel, <a href="/A195372/b195372.txt">Table of n, a(n) for n = 0..10000</a>

%e Philo(ABC,I)=0.590568080015997134374704644164650566944103294...

%t a = 1; b = Sqrt[2]; c = Sqrt[3];

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

%t N[x2, 100]

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

%t N[x3, 100]

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

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

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

%Y Cf. A195284, A195369, A195370, A195371.

%K nonn,cons

%O 0,1

%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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)