cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A104956 Decimal expansion of the area of the regular hexagon with circumradius 1.

Original entry on oeis.org

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

Views

Author

Joseph Biberstine (jrbibers(AT)indiana.edu), Mar 30 2005

Keywords

Comments

Equivalently, the area in the complex plane of the smallest convex set containing all order-6 roots of unity.
Subtracting 2.5 (i.e., dropping the first two digits) we obtain 0.09807.... which is a limiting mean cluster density for a bond percolation model at probability 1/2 [Finch]. - R. J. Mathar, Jul 26 2007
This constant is also the minimum radius of curvature of the exponential curve (occurring at x = -log(2)/2 = -0.34657359...). - Jean-François Alcover, Dec 19 2016
Luminet proves that this is the critical impact parameter of a bare black hole, in multiples of the Schwarzschild radius. That is, light from a distant source coming toward a black hole is captured by the black hole at smaller distances and deflected at larger distances. - Charles R Greathouse IV, May 21 2022
For any triangle ABC, sin(A) + sin(B) + sin(C) <= 3*sqrt(3)/2, equality is obtained only when the triangle is equilateral (see the Kiran S. Kedlaya link). - Bernard Schott, Sep 16 2022
Surface area of a triangular bipyramid (Johnson solid J_12) with unit edges. - Paolo Xausa, Aug 04 2025

Examples

			2.59807621135331594029116951225880855041420788071557094208371046917789952536320...
		

References

  • Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 5.24, p. 412.

Crossrefs

Cf. Areas of other regular polygons: A120011, A102771, A178817, A090488, A256853, A178816, A256854, A178809.

Programs

  • Mathematica
    Floor[n/2]*Sin[(2*Pi)/n] - Sin[(4*Pi*Floor[n/2])/n]/2 /. n -> 6
    RealDigits[(3*Sqrt[3])/2, 10, 50][[1]] (* G. C. Greubel, Jul 03 2017 *)
  • PARI
    3*sqrt(3)/2 \\ G. C. Greubel, Jul 03 2017

Formula

Equals (3*sqrt(3))/2, that is, 2*A104954.
Equals Product_{k>=3} (((k - 1)^2*(k + 2))/((k + 1)^2*(k - 2)))^(k/2). - Antonio Graciá Llorente, Oct 13 2024