login
A189969
Decimal expansion of (7 + sqrt(133))/6.
1
3, 0, 8, 8, 7, 6, 0, 4, 3, 2, 4, 4, 5, 1, 3, 2, 6, 4, 8, 2, 2, 5, 6, 9, 7, 2, 0, 6, 4, 6, 9, 6, 4, 5, 4, 1, 6, 7, 6, 3, 8, 4, 4, 8, 0, 8, 5, 4, 0, 2, 3, 1, 1, 3, 8, 8, 8, 7, 9, 7, 9, 6, 7, 9, 3, 5, 5, 8, 7, 8, 5, 7, 3, 5, 7, 9, 1, 4, 7, 0, 9, 5, 3, 4, 2, 1, 5, 0, 4, 2, 1, 6, 1, 2, 3, 9, 4, 3, 9, 0, 9, 3, 0, 8, 5, 1, 2, 7, 7, 3, 4, 4, 9, 9, 0, 0, 1, 9, 6, 1
OFFSET
1,1
COMMENTS
Has periodic continued fractions [3,11,3,1,3,11,3,1,...] and [7/3, 1, 7/3, 1, ...].
Let R denote a rectangle whose shape (i.e., length/width) is (7+sqrt(133))/6. This rectangle can be partitioned into squares in a manner that matches the continued fraction [3,11,3,1,3,11,3,1,...]. It can also be partitioned into rectangles of shape 3/2 and 3 so as to match the continued fraction [7/3, 1, 7/3, 1, ...]. For details, see A188635.
FORMULA
Minimal polynomial: 3*x^2 - 7*x - 7. - Amiram Eldar, Jun 08 2026
EXAMPLE
3.08876043244513264822569720646964541676384480854023113888797967935587857357....
MATHEMATICA
FromContinuedFraction[{7/3, 1, {7/3, 1}}]
RealDigits[N[%, 120]]
PROG
(PARI) (7 + sqrt(133))/6 \\ G. C. Greubel, Jan 12 2018
(Magma) (7 + Sqrt(133))/6; // G. C. Greubel, Jan 12 2018
CROSSREFS
Sequence in context: A068458 A238258 A011082 * A021768 A155876 A181977
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, May 05 2011
EXTENSIONS
Typo in name corrected by G. C. Greubel, Jan 12 2018
STATUS
approved