A333345 Decimal expansion of (11 + sqrt(85))/2.
1, 0, 1, 0, 9, 7, 7, 2, 2, 2, 8, 6, 4, 6, 4, 4, 3, 6, 5, 5, 0, 0, 1, 1, 3, 7, 1, 4, 0, 8, 8, 1, 3, 9, 6, 5, 7, 8, 6, 2, 3, 4, 0, 2, 5, 2, 4, 3, 6, 1, 2, 3, 2, 0, 0, 4, 0, 0, 3, 8, 7, 6, 1, 0, 2, 7, 2, 1, 3, 3, 5, 5, 1, 3, 4, 0, 0, 9, 3, 7, 7, 3, 0, 3, 8, 3, 9, 4, 7, 0, 4, 5, 3, 9, 6, 6, 4, 0, 2, 8, 2, 4, 7, 0, 1, 6, 9, 9
Offset: 2
Examples
10.1097722286...
Links
- Clemens Heuberger and Stephan Wagner, The Number of Maximum Matchings in a Tree, Discrete Mathematics, volume 311, issue 21, November 2011, pages 2512-2542; arXiv preprint, arXiv:1011.6554 [math.CO], 2010.
- Index entries for algebraic numbers, degree 2.
Crossrefs
Programs
-
Mathematica
With[{$MaxExtraPrecision = 1000}, First@ RealDigits[(11 + Sqrt[85])/2, 10, 105]] (* Michael De Vlieger, Mar 15 2020 *)
-
PARI
(11 + sqrt(85))/2 \\ Michel Marcus, May 21 2020
Formula
Equals continued fraction [10; 9] = 10 + 1/(9 + 1/(9 + 1/(9 + 1/...))). - Peter Luschny, Mar 15 2020
Comments