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.

A386689 Decimal expansion of the volume of a diminished rhombicosidodecahedron with unit edges.

Original entry on oeis.org

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

Views

Author

Paolo Xausa, Jul 29 2025

Keywords

Comments

The diminished rhombicosidodecahedron is Johnson solid J_76.
Also the volume of a paragyrate diminished rhombicosidodecahedron, a metagyrate diminished rhombicosidodecahedron and a bigyrate diminished rhombicosidodecahedron (Johnson solids J_77, J_78 and J_79, respectively) with unit edges.

Examples

			39.29127846416477393434922968524815278563223190317...
		

Crossrefs

Cf. A386690 (surface area).

Programs

  • Mathematica
    First[RealDigits[115/6 + 9*Sqrt[5], 10, 100]] (* or *)
    First[RealDigits[PolyhedronData["J76", "Volume"], 10, 100]]

Formula

Equals 115/6 + 9*sqrt(5) = 115/6 + 9*A002163.
Equals A185093 - A179590.
Equals the largest root of 36*x^2 - 1380*x - 1355.