A010527 - OEIS


Article Images

8, 6, 6, 0, 2, 5, 4, 0, 3, 7, 8, 4, 4, 3, 8, 6, 4, 6, 7, 6, 3, 7, 2, 3, 1, 7, 0, 7, 5, 2, 9, 3, 6, 1, 8, 3, 4, 7, 1, 4, 0, 2, 6, 2, 6, 9, 0, 5, 1, 9, 0, 3, 1, 4, 0, 2, 7, 9, 0, 3, 4, 8, 9, 7, 2, 5, 9, 6, 6, 5, 0, 8, 4, 5, 4, 4, 0, 0, 0, 1, 8, 5, 4, 0, 5, 7, 3, 0, 9, 3, 3, 7, 8, 6, 2, 4, 2, 8, 7, 8, 3, 7, 8, 1, 3

COMMENTS

This is the ratio of the height of an equilateral triangle to its base.

Essentially the same sequence arises from decimal expansion of square root of 75, which is 8.6602540378443864676372317...

Also the real part of i^(1/3), the cubic root of i. - Stanislav Sykora, Apr 25 2012

Gilbert & Pollak conjectured that this is the Steiner ratio rho_2, the least upper bound of the ratio of the length of the Steiner minimal tree to the length of the minimal tree in dimension 2. (See Ivanov & Tuzhilin for the status of this conjecture as of 2012.) - Charles R Greathouse IV, Dec 11 2012

Surface area of a regular icosahedron with unit edge is 5*sqrt(3), i.e., 10 times this constant. - Stanislav Sykora, Nov 29 2013

Circumscribed sphere radius for a cube with unit edges. - Stanislav Sykora, Feb 10 2014

Also the ratio between the height and the pitch, used in the Unified Thread Standard (UTS). - Enrique PĂ©rez Herrero, Nov 13 2014

Area of a 30-60-90 triangle with shortest side equal to 1. - Wesley Ivan Hurt, Apr 09 2016

If a, b, c are the sides of a triangle ABC and h_a, h_b, h_c the corresponding altitudes, then (h_a+h_b+h_c) / (a+b+c) <= sqrt(3)/2; equality is obtained only when the triangle is equilateral (see Mitrinovic reference). - Bernard Schott, Sep 26 2022

REFERENCES

D. S. Mitrinovic, E. S. Barnes, D. C. B. Marsh, and J. R. M. Radok, Elementary Inequalities, Tutorial Text 1 (1964), P. Noordhoff LTD, Groningen, problem 6.8, page 114.

FORMULA

Equals sin(Pi/3) = cos(Pi/6).

Equals Integral_{x=0..Pi/3} cos(x) dx. (End)

Equals x^(x^(x^...)) where x = (3/4)^(1/sqrt(3)) (infinite power tower). - Michal Paulovic, Jun 25 2023

EXAMPLE

0.86602540378443864676372317...

PROG

(PARI) default(realprecision, 20080); x=10*(sqrt(3)/2); for (n=0, 20000, d=floor(x); x=(x-d)*10; write("b010527.txt", n, " ", d)); \\ Harry J. Smith, Jun 02 2009

(Magma) SetDefaultRealField(RealField(100)); Sqrt(3)/2; // G. C. Greubel, Nov 02 2018

EXTENSIONS

Last term corrected and more terms added by Harry J. Smith, Jun 02 2009