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.

A344076 Decimal expansion of sqrt(61/2 + 18*sqrt(3) + 30*sqrt(1+sqrt(3)))/3.

Original entry on oeis.org

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

Views

Author

Wesley Ivan Hurt, May 08 2021

Keywords

Comments

Decimal expansion of the volume of a gyroelongated triangular cupola with unit edge length whose faces are all regular.

Examples

			3.516053090938314468879...
		

Crossrefs

Cf. A344077 (gyroelongated triangular cupola surface area).

Programs

  • Mathematica
    RealDigits[Sqrt[61/2 + 18 Sqrt[3] + 30 Sqrt[1 + Sqrt[3]]]/3, 10, 200][[1]]