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.

Showing 1-3 of 3 results.

A377342 Decimal expansion of the volume of a truncated octahedron with unit edge length.

Original entry on oeis.org

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

Views

Author

Paolo Xausa, Oct 25 2024

Keywords

Examples

			11.3137084989847603904135097936775846285573750030...
		

Crossrefs

Cf. A377341 (surface area), A020797 (circumradius/10), A152623 (midradius).
Cf. A131594 (analogous for a regular octahedron).

Programs

  • Mathematica
    First[RealDigits[8*Sqrt[2], 10, 100]] (* or *)
    First[RealDigits[PolyhedronData["TruncatedOctahedron", "Volume"], 10, 100]]

Formula

Equals 8*sqrt(2) = 8*A002193 = 4*A010466 = 2*A010487.

A378388 Decimal expansion of the surface area of a tetrakis hexahedron with unit shorter edge length.

Original entry on oeis.org

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

Views

Author

Paolo Xausa, Nov 27 2024

Keywords

Comments

The tetrakis hexahedron is the dual polyhedron of the truncated octahedron.

Examples

			11.925695879998878380848926233233473255683297917928...
		

Crossrefs

Cf. A374359 (volume - 1), A010532 (inradius*10), A179587 (midradius + 1), A378389 (dihedral angle).
Cf. A377341 (surface area of a truncated octahedron with unit edge).

Programs

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

Formula

Equals (16/3)*sqrt(5) = (16/3)*A002163 = 16*A208899.

A381687 Decimal expansion of the isoperimetric quotient of a truncated octahedron.

Original entry on oeis.org

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

Views

Author

Paolo Xausa, Mar 04 2025

Keywords

Comments

For the definition of isoperimetric quotient of a solid, references and links, see A381684.

Examples

			0.753366625166156882229489414578751361927704595866...
		

Crossrefs

Cf. A377341 (surface area), A377342 (volume).

Programs

  • Mathematica
    First[RealDigits[64*Pi/(3*(1 + 2*Sqrt[3])^3), 10, 100]]

Formula

Equals 36*Pi*A377342^2/(A377341^3).
Equals 64*Pi/(3*(1 + 2*sqrt(3))^3) = 64*A000796/(3*(1 + A010469)^3).
Showing 1-3 of 3 results.