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.

A381264 Decimal expansion of the edge length of the dodecahedron inside a circumscribed unit sphere.

Original entry on oeis.org

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

Views

Author

R. J. Mathar, Feb 18 2025

Keywords

Examples

			0.7136441795461798638839396860921757479633721504937...
		

Crossrefs

Programs

  • Maple
    g := (1+sqrt(5))/2 ; Digits := 100 ; evalf(2/sqrt(3)/g) ;
  • Mathematica
    First[RealDigits[2/(Sqrt[3]*GoldenRatio), 10, 100]] (* Paolo Xausa, Feb 19 2025 *)

Formula

Equals 2/(sqrt(3)*A001622) = 1/A179296.
Equals 2*sin(A156547/2).
Minimal polynomial: 9*x^4 - 36*x^2 + 16. - Amiram Eldar, Feb 26 2025