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-2 of 2 results.

A178809 Decimal expansion of the area of the regular 12-gon (dodecagon) of edge length 1.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Surface area of a regular hexagonal prism with unit side length and height. - Wesley Ivan Hurt, May 04 2021

Examples

			11.196152422706631880582339024517617100828415761431141884167420938355...
		

Crossrefs

Programs

Formula

Equals 6+3*sqrt(3).
Equals 1 + A176532 = 6 + A010482. - R. J. Mathar, Jun 25 2010

Extensions

Offset corrected and keyword:cons inserted by R. J. Mathar, Jun 25 2010

A374948 Decimal expansion of the Euclidean length of the minimum Steiner tree joining all the vertices of a unit cube.

Original entry on oeis.org

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

Views

Author

Marco RipĂ , Jul 24 2024

Keywords

Comments

The 1994 Bridge's paper entitled "Minimal Steiner Trees for Three Dimensional Networks" (see Links) suggested an optimal strategy to solve the minimum Steiner tree problem for the unit cube {0,1}^3, and the total length of the provided Steiner Tree is 1 + 3*sqrt(3).
Also the surface area of a gyroelongated square pyramid (Johnson solid J_10) with unit edges. - Paolo Xausa, Aug 04 2025

Examples

			6.1961524227066318805823390245176171008284157614311418841674209383...
		

Crossrefs

Essentially the same as A178809, A176532 and A010482.

Programs

  • Mathematica
    RealDigits[3Sqrt[3]+1,10,87][[1]] (* Stefano Spezia, Jul 25 2024 *)

Formula

Equals 3*sqrt(3) + 1.
Equals A010482(n) for any n >= 2 and a(1) = A010482(1) + 1.
Showing 1-2 of 2 results.