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.

A344078 Decimal expansion of 5*sqrt(2)/3 + 3*sqrt(3)/2.

Original entry on oeis.org

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

Views

Author

Wesley Ivan Hurt, May 08 2021

Keywords

Comments

Decimal expansion of the volume of an elongated triangular orthobicupola with unit edge length.

Examples

			4.9550988153084743549...
		

Programs

  • Mathematica
    RealDigits[5 Sqrt[2]/3 + 3 Sqrt[3]/2, 10, 200][[1]]