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.

A344426 Decimal expansion of sqrt(26)/5.

Original entry on oeis.org

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

Views

Author

Wesley Ivan Hurt, May 18 2021

Keywords

Comments

sqrt(26)/5 is the length of the shortest line segment needed to dissect the unit square into 10 regions with equal areas if all the line segments start at the same vertex of the square.
Essentially the same as A188659. - R. J. Mathar, Jun 04 2021

Examples

			1.01980390271855696600564482180...
		

Crossrefs

Programs

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