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.

A357715 Decimal expansion of sqrt(16 + 32 / sqrt(5)).

Original entry on oeis.org

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

Views

Author

Michal Paulovic, Oct 10 2022

Keywords

Comments

The perimeter of a golden rectangle inscribed in a unit circle.
The width and height of the rectangle are:
W = sqrt(2 - 2 / sqrt(5)) = A179290.
H = sqrt(2 + 2 / sqrt(5)) = A121570.

Examples

			5.5055276818846941...
		

Crossrefs

Programs

  • Maple
    sqrt(16 + 32 / sqrt(5));
  • Mathematica
    Sqrt[16 + 32/Sqrt[5]]
  • PARI
    sqrt(16 + 32 / sqrt(5))

Formula

Equals (4 / sqrt(5)) * sqrt(5 + 2 * sqrt(5)) = A356869 * A019970.
Equals sqrt(5 + 2 * sqrt(5)) / (sqrt(5) / 4) = A019970 / A204188.
Equals 4 * sqrt(1 + 2 / sqrt(5)) = 4 * A019952.
Equals 4 / sqrt(5 - 2 * sqrt(5)) = 4 / A019934.