OFFSET
1,2
COMMENTS
Continued fraction expansion of (3+sqrt(21))/6 is A010684.
Also greatest eigenvalue of the 6 X 6 matrix [[3 0 0 3 0 0][0 0 0 0 1 0][0 3 0 0 3 0][0 0 0 0 1 0][0 0 3 0 0 3][0 0 0 0 1 0]]/3. It is conjectured that this is lim_{k->infinity} A005186(k+1)/A005186(k), i.e., the asymptotic growth rate of the number of numbers with the same total stopping time in the Collatz iteration. - Hugo Pfoertner, Sep 28 2020
LINKS
Daniel Starodubtsev, Table of n, a(n) for n = 1..10000
Hugo Pfoertner, Ratio of successive terms in A005186, illustration of deviation from (3+sqrt(21))/6.
EXAMPLE
(3+sqrt(21))/6 = 1.26376261582597333443...
MATHEMATICA
RealDigits[(3+Sqrt[21])/6, 10, 120][[1]] (* Harvey P. Dale, Jul 21 2023 *)
PROG
(PARI) vecmax(mateigen([1, 0, 0, 1, 0, 0; 0, 0, 0, 0, 1/3, 0; 0, 1, 0, 0, 1, 0; 0, 0, 0, 0, 1/3, 0; 0, 0, 1, 0, 0, 1; 0, 0, 0, 0, 1/3, 0], 1)[1]) \\ Hugo Pfoertner, Sep 28 2020
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Klaus Brockhaus, Apr 06 2010
STATUS
approved