A209927 Decimal expansion of sqrt(3 + sqrt(3 + sqrt(3 + sqrt(3 + ... )))).
2, 3, 0, 2, 7, 7, 5, 6, 3, 7, 7, 3, 1, 9, 9, 4, 6, 4, 6, 5, 5, 9, 6, 1, 0, 6, 3, 3, 7, 3, 5, 2, 4, 7, 9, 7, 3, 1, 2, 5, 6, 4, 8, 2, 8, 6, 9, 2, 2, 6, 2, 3, 1, 0, 6, 3, 5, 5, 2, 2, 6, 5, 2, 8, 1, 1, 3, 5, 8, 3, 4, 7, 4, 1, 4, 6, 5, 0, 5, 2, 2, 2, 6, 0, 2, 3, 0, 9, 5, 4, 1, 0, 0, 9, 2, 4, 5, 3, 5, 8, 8, 3, 6, 7, 5, 7
Offset: 1
Examples
2.30277563773...
Links
- Alberto Seeger and David Sossa, Infinite families of connected graphs with equal spectral radius, Australas. J. Combin. 87 (2) (2023), 258-276. See p. 274.
- Index entries for algebraic numbers, degree 2.
Crossrefs
Programs
-
Maple
Digits:=140: evalf((sqrt(13)+1)/2); # Alois P. Heinz, Sep 19 2023
-
Mathematica
RealDigits[(1 + Sqrt[13])/2, 10, 130][[1]] RealDigits[ Fold[ Sqrt[#1 + #2] &, 0, Table[3, {n, 168}]], 10, 111][[1]] (* Robert G. Wilson v, Oct 02 2018 *)
-
PARI
(sqrt(13)+1)/2 \\ Altug Alkan, Oct 03 2018
Comments