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.

A384141 Decimal expansion of the surface area of an elongated pentagonal bipyramid with unit edge.

Original entry on oeis.org

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

Views

Author

Paolo Xausa, May 20 2025

Keywords

Comments

The elongated pentagonal bipyramid is Johnson solid J_16.

Examples

			9.3301270189221932338186158537646809173570131345...
		

Crossrefs

Cf. A384140 (volume).
Cf. A002163.
Essentially the same as A120011.

Programs

  • Mathematica
    First[RealDigits[5*(2 + Sqrt[3])/2, 10, 100]] (* or *)
    First[RealDigits[PolyhedronData["J16", "SurfaceArea"], 10, 100]]

Formula

Equals 5*(2 + sqrt(3))/2 = 5*(2 + A002194)/2.
Equals the largest root of 4*x^2 - 40*x + 25.