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!)
A316139 Decimal expansion of the greatest x such that 1/x + 1/(x+2) + 1/(x+4) = 1. 4
1, 7, 7, 8, 4, 5, 7, 1, 1, 8, 2, 5, 8, 3, 8, 8, 7, 3, 1, 8, 7, 5, 6, 1, 3, 9, 8, 8, 6, 2, 3, 4, 1, 6, 6, 2, 9, 3, 1, 0, 9, 6, 8, 0, 4, 2, 3, 2, 5, 7, 3, 1, 4, 5, 9, 2, 6, 6, 0, 3, 6, 5, 1, 8, 1, 8, 4, 2, 3, 9, 5, 8, 2, 5, 4, 6, 9, 9, 0, 8, 9, 3, 5, 2, 7, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Equivalently, the greatest root of x^3 + 3*x^2 - 4*x - 8;
Least root: A316137
Middle root: A316138;
Greatest root: A316139.
See A305328 for a guide to related sequences.
LINKS
FORMULA
greatest root: -1 + 2 sqrt[7/3] cos[1/3 arctan[(2 sqrt[79/3])/3]]
middle: -1 - sqrt[7/3] cos[1/3 arctan[(2 sqrt[79/3])/3]] + sqrt[7] sin[1/3 arctan[(2 sqrt[79/3])/3]]
least: -1 - sqrt[7/3] cos[1/3 arctan[(2 sqrt[79/3])/3]] - sqrt[7] sin[1/3 arctan[(2 sqrt[79/3])/3]]
EXAMPLE
greatest root: 1.7784571182583887319...
middle root: -1.2891685464483099691...
least root: -3.4892885718100787628...
MATHEMATICA
a = 1; b = 1; c = 1; u = 0; v = 2; w = 4; d = 1;
r[x_] := a/(x + u) + b/(x + v) + c/(x + w);
t = x /. ComplexExpand[Solve[r[x] == d, x]]
N[t, 20]
u = N[t, 200];
RealDigits[u[[1]]] (* A316137, least *)
RealDigits[u[[2]]] (* A316138, middle *)
RealDigits[u[[3]]] (* A316139, greatest *)
CROSSREFS
Sequence in context: A226656 A019718 A353973 * A198992 A201668 A021853
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Jul 21 2018
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 31 01:18 EDT 2024. Contains 372980 sequences. (Running on oeis4.)