login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A228475 Positive real root of 37*x^4+36*x^3+6*x^2-12*x-3. 0
5, 1, 6, 5, 8, 7, 7, 2, 2, 1, 5, 4, 0, 5, 2, 6, 4, 7, 1, 2, 5, 3, 2, 9, 8, 8, 0, 7, 7, 4, 8, 5, 0, 5, 2, 4, 7, 8, 6, 3, 8, 5, 8, 8, 8, 8, 3, 4, 7, 7, 7, 5, 6, 9, 9, 3, 4, 9, 2, 7, 5, 8, 3, 1, 4, 9, 6, 6, 2, 6, 7, 5, 5, 1, 9, 2, 9, 4, 5, 0, 4, 9, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
A Soddyian triangle is a triangle whose outer Soddy circle has degenerated into a straight line. Its side lengths are related by the equation 1/sqrt(s-c)=1/sqrt(s-b)+1/sqrt(s-a) where the sides a<=b<=c and s is the semiperimeter. If the side lengths of such a triangle form an arithmetic progression 1, 1+d, 1+2d, where d is the common difference, then d = 0.5165877... and is the solution to the equation 37d^4+36d^3+6d^2-12d-3 = 0 such that 0<d<1. This triangle has angles of approx. 105.96, 45.82 and 28.22 degs.
LINKS
F. M. Jackson, Soddyian triangles, Forum Geometr. 13 (2013), 1-6.
FORMULA
d = (-18+16*sqrt(3)+37*sqrt((608*sqrt(3))/1369-240/1369))/74.
EXAMPLE
0.51658772215405264712532988077485052478638588883477756993492758314966...
MATHEMATICA
a=1; b=1+d; c=1+2d; s=(a+b+c)/2; sol=Solve[1/Sqrt[s-a]+1/Sqrt[s-b]-1/Sqrt[s-c]==0&&0<d<1, d]; RealDigits[N[d /. sol[[1]], 100]][[1]]
PROG
(PARI) polrootsreal(37*x^4+36*x^3+6*x^2-12*x-3)[2] \\ Charles R Greathouse IV, Apr 16 2014
CROSSREFS
Cf. A210484.
Sequence in context: A318553 A176909 A131944 * A296355 A306700 A058651
KEYWORD
nonn,cons
AUTHOR
Frank M Jackson, Aug 23 2013
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 December 5 13:14 EST 2023. Contains 367591 sequences. (Running on oeis4.)