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!)
A316257 Decimal expansion of the greatest x such that 1/x + 1/(x+2) + 1/(x+4) = 3. 4
4, 2, 3, 4, 9, 4, 2, 7, 0, 9, 3, 4, 7, 9, 7, 6, 4, 8, 9, 8, 0, 3, 6, 1, 0, 1, 7, 5, 9, 1, 3, 8, 5, 7, 5, 9, 8, 9, 2, 7, 8, 1, 4, 5, 9, 9, 4, 8, 5, 8, 5, 1, 3, 7, 5, 4, 6, 4, 9, 5, 8, 9, 7, 0, 0, 0, 0, 6, 6, 7, 6, 4, 5, 9, 3, 1, 1, 6, 9, 4, 4, 3, 0, 9, 9, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Equivalently, the least root of 3*x^3 + 15*x^2 + 12 x - 8.
Least: A316255
Middle: A316256;
See A305328 for a guide to related sequences.
LINKS
FORMULA
greatest root: -(5/3) + (2/3) sqrt(13) cos((1/3) arctan(6 sqrt(61)))
****
middle: -(5/3) - (1/3) sqrt(13) cos((1/3) arctan(6 sqrt(61))) - sqrt(13/3) sin((1/3) arctan(6 sqrt(61)))
****
least: -(5/3) - (1/3) sqrt(13) cos((1/3) arctan(6 sqrt(61))) + sqrt(13/3) sin((1/3) arctan(6 sqrt(61)))
EXAMPLE
greatest root: 0.4234942709347976489...
middle root: -1.683761836678034312...
least root: -3.739732434256763336...
MATHEMATICA
a = 1; b = 1; c = 1; u = 0; v = 2; w = 4; d = 3;
r[x_] := a/(x + u) + b/(x + v) + c/(x + w);
t = x /. ComplexExpand[Solve[r[x] == d, x]]
N[t, 20]
y = Re[N[t, 200]];
RealDigits[y[[1]]] (* A316257, greatest *)
RealDigits[y[[2]]] (* A316255, least *)
RealDigits[y[[3]]] (* A316256, middle *)
CROSSREFS
Sequence in context: A225001 A128011 A034927 * A274791 A200024 A247206
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Sep 14 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 14 09:47 EDT 2024. Contains 372532 sequences. (Running on oeis4.)