A222132 Decimal expansion of sqrt(4 + sqrt(4 + sqrt(4 + sqrt(4 + ... )))).
2, 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
2.561552812808830274910704...
Links
- J. Burda, J. Duda, J. M. Luck, and B. Waclaw, The Various Facets of Random Walk Entropy, Acta Phys. Pol. B 41, 949-987 (2010). See pp. 964, 969.
- Alberto Seeger and David Sossa, Infinite families of connected graphs with equal spectral radius, Australas. J. Combin. 87 (2) (2023), 258-276. See pp. 260 and 263.
Programs
-
Maple
Digits:=140: evalf((sqrt(17)+1)/2); # Alois P. Heinz, Sep 19 2023
-
Mathematica
RealDigits[(1 + Sqrt[17])/2, 10, 130]
Comments