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.

A165954 Decimal expansion of sqrt(10 + 2*sqrt(5))/(2*Pi).

Original entry on oeis.org

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

Views

Author

Rick L. Shepherd, Oct 04 2009

Keywords

Comments

The ratio of the volume of a regular icosahedron to the volume of the circumscribed sphere (with circumradius a*sqrt(10 + 2*sqrt(5))/4 = a*A019881, where a is the icosahedron's edge length; see MathWorld link). For similar ratios for other Platonic solids, see A165922, A049541, A165952, and A165953. A063723 shows the order of these by size.

Examples

			0.6054613829125255833862652051280444903008454088014288933200935000838295683...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Sqrt[10+2Sqrt[5]]/(2Pi),10,120][[1]] (* Harvey P. Dale, Aug 27 2013 *)
  • PARI
    sqrt(10+2*sqrt(5))/(2*Pi)

Formula

sqrt(10 + 2*sqrt(5))/(2*Pi) = sqrt(10 + 2*A002163)/(2*A000796) = 2*sin(2*Pi/5)/Pi = 2*sin(A019694)/A000796 = 2*sin(72 deg)/Pi = 2*A019881/A000796 = 2*A019881*A049541 = (2/Pi)*sin(72 deg) = A060294*A019881.