OFFSET
1,1
COMMENTS
The number x given by the infinitely nested radical for n = 3 is such that x^2 = x + 3, bearing some similarity to the golden ratio phi with its property that phi^2 = phi + 1. Also, 3/x = x - 1.
The mentioned polynomial x^2 - x - 3 has the present number as positive root, and the negative one is -A223139. - Wolfdieter Lang, Aug 29 2022
It is the spectral radius of the bull-graph (see Seeger and Sossa, 2023). - Stefano Spezia, Sep 19 2023
c^n = A006130(n) + A006130(n-1) * d, where c = (1 + sqrt(13))/2 and d = (-1 + sqrt(13))/2. - Gary W. Adamson, Nov 25 2023
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.
EXAMPLE
2.30277563773...
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 *)
PROG
(PARI) (sqrt(13)+1)/2 \\ Altug Alkan, Oct 03 2018
CROSSREFS
KEYWORD
AUTHOR
Alonso del Arte, Mar 17 2012
STATUS
approved