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.

Showing 1-1 of 1 results.

A344363 Decimal expansion of (5^(1/4) + 5^(3/4))/2.

Original entry on oeis.org

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

Views

Author

Daniel Carter, May 15 2021

Keywords

Comments

Solution for z in the system {x = 1/y + 1/z, y = x + 1/z, z = y + 1/x}. The corresponding values of x and y are (5^(1/4) + 5^(-1/4))/2 and 5^(1/4).
The largest aspect ratio of a set of three rectangles which have the property that any two of them can be scaled, rotated, and joined at an edge to obtain a rectangle with the third aspect ratio. The other two aspect ratios are given in the comment above.

Examples

			2.419525153051665330964032180217076538651...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[(Surd[5,4]+Surd[5^3,4])/2,10,120][[1]] (* Harvey P. Dale, Jan 01 2023 *)
  • PARI
    my(c=250+150*quadgen(20)); a_vector(len) = digits(sqrtint(floor(c*100^(len-2)))); \\ Kevin Ryde, May 28 2021

Formula

Equals sqrt(A090550).
Equals Gamma(1/20)*Gamma(9/20)/(Gamma(3/20)*Gamma(7/20)). [Zucker] - R. J. Mathar, Jun 24 2024
Showing 1-1 of 1 results.