The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A195399 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(7),3,4). 5
1, 7, 5, 9, 3, 8, 2, 1, 5, 7, 0, 9, 6, 4, 9, 2, 5, 5, 8, 8, 6, 5, 1, 6, 3, 5, 2, 4, 9, 0, 0, 3, 8, 2, 0, 7, 0, 9, 2, 3, 3, 3, 8, 0, 9, 1, 3, 8, 8, 5, 4, 5, 5, 9, 0, 2, 6, 6, 5, 7, 5, 0, 5, 6, 7, 4, 7, 1, 6, 9, 1, 9, 7, 9, 7, 9, 3, 7, 4, 3, 5, 5, 4, 2, 1, 6, 8, 6, 5, 2, 7, 1, 7, 1, 1, 7, 4, 6, 9, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A195284 for definitions and a general discussion.
LINKS
EXAMPLE
(A)=1.75938215709649255886516352490038207092333...
MATHEMATICA
a = Sqrt[7]; b = 3; c = 4;
f = 2 a*b/(a + b + c);
x1 = Simplify[f*Sqrt[a^2 + (b + c)^2]/(b + c) ]
x2 = Simplify[f*Sqrt[b^2 + (c + a)^2]/(c + a) ]
x3 = f*Sqrt[2]
N[x1, 100]
RealDigits[%] (* (A) A195399 *)
N[x2, 100]
RealDigits[%] (* (B) A195400 *)
N[x3, 100]
RealDigits[%] (* (C) A195401 *)
N[(x1 + x2 + x3)/(a + b + c), 100]
RealDigits[%] (* Philo(ABC, I) A195402 *)
CROSSREFS
Sequence in context: A347352 A339529 A195493 * A065170 A346589 A113816
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Sep 17 2011
STATUS
approved

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 May 21 17:21 EDT 2024. Contains 372738 sequences. (Running on oeis4.)