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.

A195359 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)=(2,5,sqrt(29)).

This page as a plain text file.
%I A195359 #5 Mar 30 2012 18:57:45
%S A195359 1,6,4,4,5,0,8,0,6,0,3,2,3,0,2,4,2,4,9,0,0,0,2,9,9,7,3,1,4,3,0,5,1,3,
%T A195359 3,1,4,8,7,5,9,6,6,3,2,9,1,3,1,4,2,8,2,3,4,6,5,7,9,9,0,2,4,0,2,4,4,3,
%U A195359 1,7,7,8,7,2,2,0,2,2,3,8,3,8,8,5,5,0,3,6,2,6,4,9,3,8,6,0,2,8,5,1
%N A195359 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)=(2,5,sqrt(29)).
%C A195359 See A195284 for definitions and a general discussion.
%e A195359 (A)=1.64450806032302424900029973143051331487596632913...
%t A195359 a = 2; b = 5; c = Sqrt[29]; f = 2 a*b/(a + b + c);
%t A195359 x1 = Simplify[f*Sqrt[a^2 + (b + c)^2]/(b + c) ]
%t A195359 x2 = Simplify[f*Sqrt[b^2 + (c + a)^2]/(c + a) ]
%t A195359 x3 = f*Sqrt[2]
%t A195359 N[x1, 100]
%t A195359 RealDigits[%]    (* (A) A195359 *)
%t A195359 N[x2, 100]
%t A195359 RealDigits[%]    (* (B) A195360 *)
%t A195359 N[x3, 100]
%t A195359 RealDigits[%]    (* (C) A195361 *)
%t A195359 N[(x1 + x2 + x3)/(a + b + c), 100]
%t A195359 RealDigits[%]    (* Philo(ABC,I) A195362 *)
%Y A195359 Cf. A195284, A195360, A195361, A195362.
%K A195359 nonn,cons
%O A195359 1,2
%A A195359 _Clark Kimberling_, Sep 16 2011