A188618 Decimal expansion of (diagonal)/(shortest side) of 1st electrum rectangle.
1, 6, 9, 2, 9, 3, 3, 9, 6, 3, 2, 0, 8, 3, 8, 1, 8, 0, 7, 3, 0, 6, 2, 9, 6, 0, 3, 2, 1, 5, 5, 5, 9, 6, 2, 2, 3, 0, 5, 9, 1, 0, 3, 1, 2, 5, 6, 1, 4, 3, 7, 6, 4, 6, 7, 0, 6, 9, 4, 2, 7, 3, 9, 1, 6, 6, 2, 0, 3, 9, 5, 7, 7, 3, 0, 2, 1, 5, 6, 7, 4, 5, 5, 9, 2, 7, 8, 3, 1, 5, 3, 7, 9, 6, 5, 8, 6, 5, 7, 4, 1, 2, 0, 0, 2, 0, 0, 2, 8, 4, 4, 6, 4, 5, 9, 5, 8, 7, 0, 2, 9, 6, 6, 9, 5, 0, 3, 4, 7, 1
Offset: 1
Examples
1.6929339632083818...
Links
- Clark Kimberling, A Visual Euclidean Algorithm, The Mathematics Teacher 76 (1983) 108-109.
Programs
-
Mathematica
h=(1+3^(1/2))/2; (* continued fraction: h=[1,2,1,2,...]. *) r=(1+h^2)^(1/2); RealDigits[N[r, 130]][[1]]
Formula
Equals sqrt(2+(1/2)sqrt(3)).
Comments