OFFSET
1,2
COMMENTS
Decimal expansion of the shape (= length/width = ((9+sqrt(17))/8) of the greater (9/4)-contraction rectangle.
See A188738 for an introduction to lesser and greater r-contraction rectangles, their shapes, and partitioning these rectangles into a sets of squares in a manner that matches the continued fractions of their shapes.
This number - 1, namely w = (1 + sqrt(17))/8 = 0.6403882032..., is the positive real root of 4*x^2 - x - 1, with negative root -(-1 + sqrt(17))/8 = -0.3903882032... = -(w - 1/4). - Wolfdieter Lang, Dec 12 2022
EXAMPLE
1.64038820320220756872767623199675962814339990...
MATHEMATICA
r = 9/4; t = (r + (-4 + r^2)^(1/2))/2; FullSimplify[t]
N[t, 130]
RealDigits[N[t, 130]][[1]]
ContinuedFraction[t, 120]
PROG
(PARI) (sqrt(17)+9)/8 \\ Charles R Greathouse IV, Apr 25 2016
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Apr 15 2011
STATUS
approved