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.

A344382 Decimal expansion of sqrt(29)/5.

Original entry on oeis.org

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

Views

Author

Wesley Ivan Hurt, May 18 2021

Keywords

Comments

Essentially the same as A188730 after the first two initial terms.
sqrt(29)/5 is the length of the shortest line segment needed to dissect the unit square into 5 regions with equal areas if all the line segments start at the same vertex of the square.

Examples

			1.07703296142690080625014209...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Sqrt[29]/5, 10, 200][[1]]