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

%I #7 Jul 18 2021 05:37:43

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

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

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

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

%C See A195284 for definitions and a general discussion.

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

%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 0,1

%A _Clark Kimberling_, Sep 16 2011

%E a(99) corrected by _Georg Fischer_, Jul 18 2021

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 March 28 22:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)