A189968 Decimal expansion of (5+sqrt(85))/6, which has periodic continued fractions [2,2,1,2,2,1,...] and [5/2, 1, 5/2, 1, ...].
2, 3, 6, 9, 9, 2, 4, 0, 7, 6, 2, 1, 5, 4, 8, 1, 2, 1, 8, 3, 3, 3, 7, 1, 2, 3, 8, 0, 2, 9, 3, 7, 9, 8, 8, 5, 9, 5, 4, 1, 1, 3, 4, 1, 7, 4, 7, 8, 7, 0, 7, 7, 3, 3, 4, 6, 6, 7, 9, 5, 8, 7, 0, 0, 9, 0, 7, 1, 1, 1, 8, 3, 7, 8, 0, 0, 3, 1, 2, 5, 7, 6, 7, 9, 4, 6, 4, 9, 0, 1, 5, 1, 3, 2, 2, 1, 3, 4, 2, 7, 4, 9, 0, 0, 5, 6, 6, 3, 4, 8, 1, 3, 1, 4, 5, 2, 8, 0, 6, 9
Offset: 1
Examples
2.369924076215481218333712380293798859541...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
Programs
-
Magma
(5+Sqrt(85))/6 // G. C. Greubel, Jan 12 2018
-
Mathematica
FromContinuedFraction[{5/2, 1, {5/2, 1}}] ContinuedFraction[%, 25] (* [2,2,1,2,2,1,...] *) RealDigits[N[%%, 120]] (* A189967 *) N[%%%, 40] RealDigits[(5+Sqrt[85])/6,10,120][[1]] (* Harvey P. Dale, Apr 18 2014 *)
-
PARI
(5+sqrt(85))/6 \\ G. C. Greubel, Jan 12 2018
Comments