The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A122437 Allowable values of the "dropping time" of the Collatz (3x+1) iteration. 10

%I #41 Nov 14 2022 05:57:49

%S 1,3,6,8,11,13,16,19,21,24,26,29,32,34,37,39,42,44,47,50,52,55,57,60,

%T 63,65,68,70,73,75,78,81,83,86,88,91,94,96,99,101,104,106,109,112,114,

%U 117,119,122,125,127,130,132,135,138,140,143,145,148,150,153,156,158,161

%N Allowable values of the "dropping time" of the Collatz (3x+1) iteration.

%C Only these numbers appear in A060445, which tabulates the "dropping time" of odd numbers. Note that all even numbers have a "dropping time" of 1.

%C a(n) is also the number of binary digits of 6^(n-1); for example, a(4)=8 since 6^(4-1)=216 in binary is 11011000, an 8-digit number. - _Julio Cesar de la Yncera_, Mar 28 2009

%C A positive integer (x) is an allowable value if and only if (x-1)/(1+log(2)/log(3)) - floor(x/(1+log(2)/log(3))) is not negative. - _K. Spage_, Oct 22 2009

%C Here the word "allowable" means that it is necessary for a sequence of iterates starting from odd value m to arrive at a value x = f^{floor(1+n+n*log(3)/log(2))}(m) < m, where n gives the number of odds in such a sequence including m, to have undergone precisely floor(1+n+n*log(3)/log(2)) iterations of f, where f(2*m)=m, f(2*m+1)=6*m+4. However, the formula for a(n+1) does not fully account for the order of odds and evens in such a sequence because it does not account for the effects of the "+1". Thus it is unknown whether it maximizes the value x for all values m. For example, fix m = 1 and the "+1" is enough to give the trivial cycle. So it is possible that for some m we have f^{floor(1+n+n*log(3)/log(2))}(m) >= m. - _Jeffrey R. Goodwin_, Aug 24 2011

%C The indices of the powers of 3 in A006899. - _Ruud H.G. van Tol_, Nov 02 2022

%H T. D. Noe, <a href="/A122437/b122437.txt">Table of n, a(n) for n = 1..1000</a>

%F a(1) = 1, a(n+1) = a(n) + A022921(n-1) + 1.

%F a(n+1) = floor(1 + n + n*log(3)/log(2)). - _T. D. Noe_, Sep 08 2006

%F a(n) = floor((1 + log(2)/log(3))*A020914(n-1)). - _K. Spage_, Oct 22 2009

%F a(n) = A020914(n-1) + n - 1. - _K. Spage_, Oct 23 2009 [corrected by _Ruud H.G. van Tol_, Nov 03 2022]

%t Floor[1+Range[0,100]*(1+Log[2,3])] (* _T. D. Noe_, Sep 08 2006 *)

%t Map[Length[RealDigits[ #, 2][[1]]] &, Table[10^i, {i, 0, 50}]] (* _Julio Cesar de la Yncera_, Mar 28 2009 *)

%o (PARI) a(n)=logint(3^(n-1),2)+n \\ _Ruud H.G. van Tol_, Nov 04 2022

%Y Cf. A022921 (number of 2^m between 3^n and 3^(n+1)), A122442 (least k having dropping time a(n)).

%Y Cf. A006899.

%K nice,nonn

%O 1,2

%A _T. D. Noe_, Sep 06 2006

%E Comment corrected and edited by _Jon E. Schoenfield_, Feb 27 2014

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 10 00:22 EDT 2024. Contains 373251 sequences. (Running on oeis4.)