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!)
A316164 Decimal expansion of the least x such that 1/x + 1/(x+1) + 1/(x+3) = 2. 4
2, 6, 6, 4, 0, 1, 5, 6, 4, 4, 7, 4, 7, 8, 0, 4, 5, 9, 2, 5, 4, 6, 7, 4, 8, 4, 2, 8, 0, 4, 5, 4, 4, 0, 2, 2, 2, 1, 4, 3, 9, 4, 1, 8, 1, 8, 3, 5, 4, 5, 6, 7, 0, 1, 2, 3, 2, 2, 2, 1, 8, 0, 4, 4, 7, 8, 3, 6, 5, 8, 4, 9, 9, 5, 1, 1, 2, 1, 6, 0, 6, 6, 5, 0, 0, 5 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Equivalently, the least root of 2*x^3 + 5*x^2 - 2*x - 3;
Middle root: A316165;
Greatest root: A316166.
See A305328 for a guide to related sequences.
LINKS
FORMULA
greatest root: -(5/6) + (1/6) sqrt(37) cos((1/3)(Pi - arctan((6 sqrt(1329))/53))) + (1/6) sqrt(37) cos((1/3)(-Pi + arctan((6 sqrt(1329))/53)))
****
middle: -(5/6) - (1/12) sqrt(37) cos((1/3)(Pi - arctan((6 sqrt(1329))/53))) -
(1/12) sqrt(37) cos((1/3)(-Pi + arctan((6 sqrt(1329))/53))) +
(1/4) sqrt(37/3) sin((1/3)(Pi - arctan((6 sqrt(1329))/53))) -
(1/4) sqrt(37/3) sin((1/3)(-Pi + arctan((6 sqrt(1329))/53)))
****
least: -(5/6) - (1/12) sqrt(37) cos((1/3)(Pi - arctan((6 sqrt(1329))/53))) -
(1/12) sqrt(37) cos(1/3(-Pi + arctan((6 sqrt(1329))/53))) -
(1/4) sqrt(37/3) sin((1/3)(Pi - arctan((6 sqrt(1329))/53))) +
(1/4) sqrt(37/3) sin(1/3)(-Pi + arctan((6 sqrt(1329))/53)))
EXAMPLE
greatest root: 0.83684889130097120054...
middle root: -0.67283324655316660799...
least root: -2.6640156447478045925...
MATHEMATICA
a = 1; b = 1; c = 1; u = 0; v = 1; w = 3; d = 2;
r[x_] := a/(x + u) + b/(x + v) + c/(x + w);
t = Re[x /. ComplexExpand[Solve[r[x] == d, x]]]
N[t, 20]
u = N[t, 200];
u1 = RealDigits[u[[1]]] (* A316166, greatest *)
u2 = RealDigits[u[[2]]] (* A316164, least *)
u3 = RealDigits[u[[3]]] (* A316165, middle *)
CROSSREFS
Sequence in context: A086358 A004152 A071678 * A319276 A141329 A320953
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Aug 08 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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)