Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A020769
Decimal expansion of 1/sqrt(12) = 1/(2*sqrt(3)).
25
2, 8, 8, 6, 7, 5, 1, 3, 4, 5, 9, 4, 8, 1, 2, 8, 8, 2, 2, 5, 4, 5, 7, 4, 3, 9, 0, 2, 5, 0, 9, 7, 8, 7, 2, 7, 8, 2, 3, 8, 0, 0, 8, 7, 5, 6, 3, 5, 0, 6, 3, 4, 3, 8, 0, 0, 9, 3, 0, 1, 1, 6, 3, 2, 4, 1, 9, 8, 8, 8, 3, 6, 1, 5, 1, 4, 6, 6, 6, 7, 2, 8, 4, 6, 8, 5, 7, 6, 9, 7, 7, 9, 2, 8, 7, 4, 7, 6, 2
OFFSET
0,1
COMMENTS
Center density of densest packing of equal circles in two dimensions (achieved for example by the A2 lattice).
Let a equal the length of one side of an equilateral triangle and let b equal the radius of the circle inscribed in that triangle. This sequence gives the decimal expansion of b/a. - Christopher M. Tomaszewski (cmt1288(AT)comcast.net), Feb 20 2004
The constant (3+sqrt 3)/6, which is 0.5 larger than this, plays a role in Borsuk's conjecture. - Arkadiusz Wesolowski, Mar 17 2014
REFERENCES
J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer, 3rd. ed., 1998. See p. xix.
EXAMPLE
0.28867513459481288225457439025097872782380087563506343800930116324198883615...
MATHEMATICA
RealDigits[N[1/Sqrt[12], 200]] (* Vladimir Joseph Stephan Orlovsky, May 30 2010 *)
PROG
(PARI) 1/sqrt(12) \\ Charles R Greathouse IV, Oct 31 2014
CROSSREFS
KEYWORD
nonn,cons
STATUS
approved