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.

A344111 Decimal expansion of 4 + sqrt(3).

Original entry on oeis.org

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

Views

Author

Wesley Ivan Hurt, May 10 2021

Keywords

Comments

Decimal expansion of the surface area of a gyrobifastigium with regular faces and unit edge length.
Essentially the same sequence of digits as A176102, A165663, A160390, A090388, A019973 and A002194. - R. J. Mathar, May 16 2021

Examples

			5.73205080756887729...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[4 + Sqrt[3], 10, 100] // Flatten