OFFSET
1,2
COMMENTS
The rectangle R whose shape (i.e., length/width) is (3+sqrt(21))/4, can be partitioned into rectangles of shapes 3/2 and 2 in a manner that matches the periodic continued fraction [3/2, 2, 3/2, 2, ...]. R can also be partitioned into squares so as to match the periodic continued fraction [1,1,8,1,1,2,1,1,8,1,1,2,,...]. For details, see A188635.
FORMULA
Minimal polynomial: 4*x^2 - 6*x - 3. - Amiram Eldar, May 28 2026
EXAMPLE
1.895643923738960001647011798432002122246...
MATHEMATICA
FromContinuedFraction[{3/2, 2, {3/2, 2}}]
ContinuedFraction[%, 100] (* [1, 1, 8, 1, 1, 2, ... *)
RealDigits[N[%%, 120]]
N[%%%, 40]
(* Alternative: *)
RealDigits[(3+Sqrt[21])/4, 10, 120][[1]] (* Harvey P. Dale, Dec 13 2019 *)
PROG
(PARI) (3+sqrt(21))/4 \\ Charles R Greathouse IV, May 18 2026
CROSSREFS
KEYWORD
AUTHOR
Clark Kimberling, May 07 2011
STATUS
approved
