OFFSET
1,2
COMMENTS
Decimal expansion of the length/width ratio of a (3/4)-extension rectangle.
See A188640 for definitions of shape and r-extension rectangle for ratio r.
A (3/4)-extension rectangle matches the continued fraction [1,2,3,1,7,1,3,2,1,1,2,3,1,7,1,3,2,...] for the shape L/W= (3+sqrt(73))/8. This is analogous to the matching of a golden rectangle to the continued fraction [1,1,1,1,1,1,1,...]. Specifically, for the (3/4)-extension rectangle, 1 square is removed first, then 2 squares, then 3 squares, then 1 square, then 7 squares,..., so that the original rectangle is partitioned into an infinite collection of squares.
LINKS
Clark Kimberling, A Visual Euclidean Algorithm, The Mathematics Teacher 76 (1983) 108-109.
EXAMPLE
1.4430004681646...
MAPLE
evalf(3+sqrt(73))/8 ; # R. J. Mathar, Apr 11 2011
MATHEMATICA
RealDigits[(3 + Sqrt[73])/8, 10, 111][[1]] (* Robert G. Wilson v, Aug 19 2011 *)
PROG
(PARI) (sqrt(73)+3)/8 \\ Charles R Greathouse IV, Apr 25 2016
CROSSREFS
KEYWORD
AUTHOR
Clark Kimberling, Apr 09 2011
STATUS
approved