A178255 Decimal expansion of (3+sqrt(17))/2.
3, 5, 6, 1, 5, 5, 2, 8, 1, 2, 8, 0, 8, 8, 3, 0, 2, 7, 4, 9, 1, 0, 7, 0, 4, 9, 2, 7, 9, 8, 7, 0, 3, 8, 5, 1, 2, 5, 7, 3, 5, 9, 9, 6, 1, 2, 6, 8, 6, 8, 1, 0, 2, 1, 7, 1, 9, 9, 3, 1, 6, 7, 8, 6, 5, 4, 7, 4, 7, 7, 1, 7, 3, 1, 6, 8, 8, 1, 0, 7, 9, 6, 7, 9, 3, 9, 3, 1, 8, 2, 5, 4, 0, 5, 3, 4, 2, 1, 4, 8, 3, 4, 2, 2, 7
Offset: 1
Examples
(3+sqrt(17))/2 = 3.56155281280883027491...
Crossrefs
Programs
-
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 *)
-
PARI
(3+sqrt(17))/2 \\ Charles R Greathouse IV, Apr 14 2020
Comments