OFFSET
-1,1
COMMENTS
Decimal expansion of (5 + 2*sqrt(5))/135.
The finite solid analogy to the plane polygon inscribing constant (A085365).
The five Platonic solids are the tetrahedron, the hexahedron (or cube), the octahedron, the dodecahedron and the icosahedron.
The geometric interpretation is as follows. Begin with a unit sphere. Inscribe a tetrahedron and then inscribe a sphere. Inscribe a cube and then inscribe a sphere. Inscribe an octahedron and then inscribe a sphere. Inscribe a dodecahedron and then inscribe a sphere. Inscribe an icosahedron and then inscribe a sphere. This constant is the radius of this last sphere. Actually, the order in which the five solids are inscribed has no effect on the resulting constant.
LINKS
Chai Wah Wu, Table of n, a(n) for n = -1..10001
Domingo H. A. and Omar E. Pol, Circunferencias concĂ©ntricas y polĂgonos regulares inscritos, gaussianos, Nov 16 2007, 18:46, 23:28
Wikipedia, Platonic Solids
Wikipedia, Johannes Kepler
Wikipedia, Kepler's solar system
FORMULA
Equals 1/A211174 = 1/(9*(15 - 6*sqrt(5))).
EXAMPLE
0.070163970037033921428284054351574462747268420142392973692902181413489198898...
MAPLE
Digits:=100: evalf((5+2*sqrt(5))/135); # Wesley Ivan Hurt, Sep 05 2014
MATHEMATICA
RealDigits[(5 + 2 Sqrt[5])/135, 10, 100][[1]] (* Wesley Ivan Hurt, Sep 05 2014 *)
PROG
(PARI) first(n)=digits(floor(10^(n+1)*(5+2*sqrt(5))/135)) \\ Edward Jiang, Sep 05 2014
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Omar E. Pol, Jun 14 2014
STATUS
approved