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.

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.