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.

A385578 Decimal expansion of the volume of a parabiaugmented hexagonal prism with unit edge.

Original entry on oeis.org

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

Views

Author

Paolo Xausa, Jul 04 2025

Keywords

Comments

The parabiaugmented hexagonal prism is Johnson solid J_55.
Also the volume of a metabiaugmented hexagonal prism (Johnson solid J_56) with unit edge.

Examples

			3.0694807321443476232250657536620412432707651725...
		

Crossrefs

Cf. A385257 (surface area + 2).

Programs

  • Mathematica
    First[RealDigits[(Sqrt[8] + 9*Sqrt[3])/6, 10, 100]] (* or *)
    First[RealDigits[PolyhedronData["J55", "Volume"], 10, 100]]

Formula

Equals (2*sqrt(2) + 9*sqrt(3))/6 = (A010466 + 9*A002194)/6 = A131594 + A104956.
Equals the largest root of 1296*x^4 - 18072*x^2 + 55225.