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!)
A316134 Decimal expansion of the least x such that 1/x + 1/(x+2) + 1/(x+3) = 1 (negated). 4
2, 6, 5, 5, 4, 4, 2, 3, 8, 1, 5, 4, 9, 8, 3, 0, 7, 8, 3, 0, 9, 3, 7, 7, 9, 6, 6, 3, 5, 3, 8, 2, 7, 7, 0, 7, 3, 3, 0, 8, 4, 6, 1, 5, 5, 6, 6, 1, 7, 6, 9, 2, 1, 0, 8, 3, 8, 3, 8, 7, 9, 4, 9, 0, 2, 5, 2, 5, 9, 5, 8, 0, 6, 8, 9, 3, 0, 4, 6, 5, 8, 9, 4, 8, 8, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Equivalently, the least root of x^3 + 2*x^2 - 4*x - 6;
Middle root: A316135;
Greatest root: A316136.
See A305328 for a guide to related sequences.
LINKS
FORMULA
greatest root: -2/3 + (8/3)*cos((1/3)*arctan((3*sqrt(303))/37))
middle: -2/3 - (4/3)*cos((1/3)*arctan((3*sqrt(303))/37)) + (4*sin((1/3)*arctan((3*sqrt(303))/37)))/sqrt(3)
least: -2/3 - (4/3)*cos((1/3)*arctan((3*sqrt(303))/37)) - (4*sin((1/3)*arctan((3*sqrt(303))/37)))/sqrt(3)
EXAMPLE
greatest root: 1.8661982625090225055...
middle root: -1.2107558809591917224...
least root: -2.6554423815498307831...
MATHEMATICA
a = 1; b = 1; c = 1; u = 0; v = 2; w = 3; 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]]] (* A316134 *)
RealDigits[u[[2]]] (* A316135 *)
RealDigits[u[[3]]] (* A316136 *)
PROG
(PARI) -(-2/3 - (4/3)*cos((1/3)*atan((3*sqrt(303))/37)) - (4*sin((1/3)*atan((3*sqrt(303))/37)))/sqrt(3)) \\ Felix Fröhlich, Jul 07 2018
CROSSREFS
Sequence in context: A171897 A105029 A309040 * A273621 A190124 A067548
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Jun 28 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 April 25 11:06 EDT 2024. Contains 371967 sequences. (Running on oeis4.)