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!)
A256099 Decimal expansion of the real root of a cubic used by Omar Khayyám in a geometrical problem. 3
1, 5, 4, 3, 6, 8, 9, 0, 1, 2, 6, 9, 2, 0, 7, 6, 3, 6, 1, 5, 7, 0, 8, 5, 5, 9, 7, 1, 8, 0, 1, 7, 4, 7, 9, 8, 6, 5, 2, 5, 2, 0, 3, 2, 9, 7, 6, 5, 0, 9, 8, 3, 9, 3, 5, 2, 4, 0, 8, 0, 4, 0, 3, 7, 8, 3, 1, 1, 6, 8, 6, 7, 3, 9, 2, 7, 9, 7, 3, 8, 6, 6, 4, 8, 5, 1, 5, 7, 9, 1, 4, 5, 7, 6, 0, 5, 9, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This geometrical problem is considered in the Alten et al. reference on pp. 190-192.
The geometrical problem is to find in the first quadrant the point P on a circle (radius R) such that the ratio of the normal to the y-axis through P and the radius equals the ratio of the segments of the radius on the y-axis. See the link with a figure and more details. For Omar Khayyám see the references as well as the Wikipedia and MacTutor Archive links.
The ratio of the length of the normal x and the segment h on the y-axis starting at the origin is called xtilde, and satisfies the cubic equation
xtilde^3 -2*xtilde^2 + 2*xtilde - 2 = 0. This xtilde is the tangent of the angle alpha between the positive y-axis and the radius vector from the origin to the point P. This cubic equation has only one real solution xtilde = tan(alpha) given in the formula section. The present decimal expansion belongs to xtilde.
Apart from the first digit the same as A192918. - R. J. Mathar, Apr 14 2015
REFERENCES
H.-W. Alten et al., 4000 Jahre Algebra, 2. Auflage, Springer, 2014, pp. 190-192.
O. Khayyam, A paper of Omar Khayyam, Scripta Math. 26 (1963), 323-337.
LINKS
MacTutor History of Mathematics archive, Omar Khayyám
Wikipedia, Omar Khayyám
FORMULA
xtilde = tan(alpha) = ((3*sqrt(33) + 17)^(1/3) - (3*sqrt(33) - 17)^(1/3) + 2)/3 = 1.54368901269...
The corresponding angle alpha is approximately 57.065 degrees.
The real root of x^3-2*x^2+2*x-2. Equals tau^2-tau where tau is the tribonacci constant A058265. - N. J. A. Sloane, Jun 19 2019
EXAMPLE
1.5436890126920763615708559...
MATHEMATICA
RealDigits[Root[x^3 - 2 x^2 + 2 x - 2, 1], 10, 105][[1]] (* Jean-François Alcover, Oct 24 2019 *)
PROG
(PARI) solve(x=1, 2, x^3-2*x^2+2*x-2) \\ Michel Marcus, Oct 24 2019
CROSSREFS
Cf. A058265. Essentially the same as A192918.
Sequence in context: A364490 A019762 A328015 * A192918 A092156 A086409
KEYWORD
nonn,cons,easy
AUTHOR
Wolfdieter Lang, Apr 08 2015
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 01:02 EDT 2024. Contains 372497 sequences. (Running on oeis4.)