OFFSET
1,3
COMMENTS
Decimal expansion of the length/width ratio of a (1/3)-extension rectangle. See A188640 for definitions of shape and r-extension rectangle.
A (1/3)-extension rectangle matches the continued fraction [1,5,1,1,5,1,1,5,1,1,5,...] for the shape L/W=(1+sqrt(37))/6. This is analogous to the matching of a golden rectangle to the continued fraction [1,1,1,1,1,1,1,1,...]. Specifically, for the (1/3)-extension rectangle, 1 square is removed first, then 5 squares, then 1 square, then 1 square,..., so that the original rectangle of shape (1+sqrt(37))/6 is partitioned into an infinite collection of squares.
FORMULA
Equals exp(arcsinh(1/6)). - Amiram Eldar, Jul 04 2023
EXAMPLE
1.1804604217163699481666140408670111770141616824644...
MATHEMATICA
RealDigits[(1 + Sqrt[37])/6, 10, 111][[1]] (* Robert G. Wilson v, Aug 18 2011 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Apr 13 2011
STATUS
approved