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!)
A316162 Decimal expansion of the middle x such that 1/x + 1/(x+1) + 1/(x+2) = 2. 4
6, 4, 4, 5, 8, 4, 2, 7, 3, 2, 2, 4, 1, 5, 4, 9, 8, 4, 5, 4, 1, 3, 3, 8, 7, 2, 9, 0, 8, 4, 2, 8, 3, 6, 9, 4, 0, 7, 1, 4, 5, 1, 1, 0, 1, 4, 2, 1, 3, 6, 9, 1, 7, 1, 8, 6, 4, 7, 3, 5, 0, 3, 1, 5, 0, 6, 7, 8, 2, 3, 2, 4, 2, 0, 2, 1, 8, 7, 2, 3, 7, 0, 9, 2, 2, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Equivalently, the least root of 2*x^3 + 3*x^2 - 2*x - 2;
Middle root: A316162;
Greatest root: A316163.
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/2) - 1/2 sqrt[7/3] cos[1/3 arctan[(2 sqrt[79/3])/3]] + 1/2 sqrt[7] sin[1/3 arctan[(2 sqrt[79/3])/3]]
least: -(1/2) - 1/2 sqrt[7/3] cos[1/3 arctan[(2 sqrt[79/3])/3]] - 1/2 sqrt[7] sin[1/3 arctan[(2 sqrt[79/3])/3]]
EXAMPLE
greatest root: 0.88922855912919436594...
middle root: -0.64458427322415498454...
least root: -1.7446442859050393814...
MATHEMATICA
a = 1; b = 1; c = 1; u = 0; v = 1; w = 2; 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]]] (* A316161, least *)
RealDigits[u[[2]]] (* A316162, middle *)
RealDigits[u[[3]]] (* A316163, greatest *)
CROSSREFS
Sequence in context: A317127 A195359 A338303 * A332431 A198840 A211268
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 July 5 19:07 EDT 2024. Contains 374028 sequences. (Running on oeis4.)