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.

A344386 Decimal expansion of sqrt(53)/7.

Original entry on oeis.org

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

Views

Author

Wesley Ivan Hurt, May 18 2021

Keywords

Comments

sqrt(53)/7 is the length of the shortest line segment needed to dissect the unit square into 7 regions with equal areas if all the line segments start at the same vertex of the square.

Examples

			1.04001569846864546729961464164671897053966709...
		

Crossrefs

Cf. A344382.

Programs

  • Mathematica
    RealDigits[Sqrt[53]/7, 10, 200][[1]]