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!)
A316169 Decimal expansion of the greatest x such that 1/x + 1/(x+2) + 1/(x+4) = 2, negated. 4
3, 6, 5, 2, 6, 4, 1, 0, 7, 3, 8, 7, 7, 5, 3, 0, 2, 4, 1, 9, 9, 2, 0, 1, 4, 2, 3, 8, 8, 1, 8, 3, 8, 7, 6, 3, 5, 3, 1, 6, 6, 2, 1, 1, 7, 0, 1, 1, 7, 9, 0, 3, 9, 2, 4, 1, 9, 1, 4, 4, 6, 7, 0, 2, 9, 2, 7, 1, 3, 3, 9, 7, 1, 8, 6, 9, 7, 4, 3, 2, 4, 8, 9, 3, 4, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Equivalently, the least root of 2*x^3 + 9*x^2 + 4*x - 8;
Middle root: A316168;
Greatest root: A316169.
See A305328 for a guide to related sequences.
LINKS
FORMULA
greatest root: -(3/2) + sqrt(19/3) cos(1/3 arctan((4 sqrt(427/3))/3))
middle root: -(3/2) - 1/2 sqrt(19/3) cos(1/3 arctan((4 sqrt(427/3))/3)) + 1/2 sqrt(19) sin(1/3 arctan((4 sqrt(427/3))/3))
least root: -(3/2) - 1/2 sqrt(19/3) cos(1/3 arctan((4 sqrt(427/3))/3)) - 1/2 sqrt(19) sin(1/3 arctan((4 sqrt(427/3))/3))
EXAMPLE
greatest root: 0.70530340009105630377...
middle root: -1.5526623262135260618...
least root: -3.6526410738775302420...
MATHEMATICA
a = 1; b = 1; c = 1; u = 0; v = 2; w = 4; d = 2;
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]]] (* A316167, greatest *)
RealDigits[u[[2]]] (* A316168, middle *)
RealDigits[u[[3]]] (* A316169, least *)
PROG
(PARI) solve(x=-4, -3, 2*x^3 + 9*x^2 + 4*x - 8) \\ Michel Marcus, Aug 11 2018
CROSSREFS
Sequence in context: A225451 A131955 A249281 * A346525 A019652 A099874
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Aug 09 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 13 21:51 EDT 2024. Contains 372523 sequences. (Running on oeis4.)