OFFSET
1,1
COMMENTS
Continued fraction expansion of (3+sqrt(17))/2 is A109007.
a(n) = A082486(n) for n > 1.
The rectangle R whose shape (i.e., length/width) is (3+sqrt(17))/2 can be partitioned into rectangles of shapes 3 and 3/2 in a manner that matches the periodic continued fraction [3, 3/2, 3, 3/2, ...]. R can also be partitioned into squares so as to match the periodic continued fraction [3, 1, 1, 3, 1, 1,...]. For details, see A188635. - Clark Kimberling, May 07 2011
The positive eigenvalue of the real symmetric 2 X 2 matrix M defined by M(i,j) = max(i,j) = [(1 2), (2 2)] is (3+sqrt(17))/2, while the negative one is (3-sqrt(17))/2. For a generalization, see A085984. - Bernard Schott, Apr 13 2020
A quadratic integer with minimal polynomial x^2 - 3x - 2. - Charles R Greathouse IV, Apr 14 2020
The positive root of x^2 - 3^x - 2. The negative root is -(-3 + sqrt(17))/2 = -0.56155... - Wolfdieter Lang, Dec 10 2022
EXAMPLE
(3+sqrt(17))/2 = 3.56155281280883027491...
MATHEMATICA
FromContinuedFraction[{3, 3/2, {3, 3/2}}]
ContinuedFraction[%, 100] (* [3, 1, 1, 3, 1, 1, ...] *)
RealDigits[N[%%, 120]] (* A178255 *)
N[%%%, 40]
(* Clark Kimberling, May 07 2011 *)
PROG
(PARI) (3+sqrt(17))/2 \\ Charles R Greathouse IV, Apr 14 2020
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Klaus Brockhaus, May 24 2010
STATUS
approved