cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A195386 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(2),sqrt(5),sqrt(7)).

This page as a plain text file.
%I A195386 #12 Jul 25 2024 06:58:15
%S A195386 1,0,4,5,8,3,1,3,7,9,9,7,9,9,5,5,8,7,4,9,4,8,7,2,0,5,7,5,7,0,3,4,1,1,
%T A195386 6,8,1,4,2,4,8,5,2,0,4,7,4,4,8,0,2,4,4,0,9,4,4,5,3,8,9,4,5,8,9,0,4,0,
%U A195386 7,2,1,2,7,2,0,5,8,6,7,2,9,0,3,5,6,3,1,8,0,3,1,7,9,4,4,5,7,4,1,1
%N A195386 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(2),sqrt(5),sqrt(7)).
%C A195386 See A195284 for definitions and a general discussion.
%H A195386 G. C. Greubel, <a href="/A195386/b195386.txt">Table of n, a(n) for n = 1..10000</a>
%e A195386 (A)=1.0458313799799558749487205757034116814248520474480...
%t A195386 a = Sqrt[2]; b = Sqrt[5]; c = Sqrt[7];
%t A195386 f = 2 a*b/(a + b + c);
%t A195386 x1 = Simplify[f*Sqrt[a^2 + (b + c)^2]/(b + c) ]
%t A195386 x2 = Simplify[f*Sqrt[b^2 + (c + a)^2]/(c + a) ]
%t A195386 x3 = f*Sqrt[2]
%t A195386 N[x1, 100]
%t A195386 RealDigits[%]   (* (A) A195386 *)
%t A195386 N[x2, 100]
%t A195386 RealDigits[%]   (* (A) A195387 *)
%t A195386 N[x3, 100]
%t A195386 RealDigits[%]   (* (A) A195388 *)
%t A195386 N[(x1 + x2 + x3)/(a + b + c), 100]
%t A195386 RealDigits[%]   (* Philo(ABC,I) A195389 *)
%Y A195386 Cf. A195284, A195387, A195388, A195389.
%K A195386 nonn,cons
%O A195386 1,3
%A A195386 _Clark Kimberling_, Sep 17 2011