%I #4 May 16 2013 16:56:29
%S 1,1,2,1,2,2,2,1,3,2,2,2,2,2,2,1,2,3,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,
%T 2,3,2,2,2,2,2,2,3,2,2,2,2,2,3,2,2,2,2,2,2,2,3,2,2,2,2,2,2,1,3,2,2,2,
%U 2,2,2,3,2,2,2,2,2,2,2,2,2,2,2,2,2,3
%N Integral parts of sums of the reciprocals of the Collatz (3x+1) sequence starting with n.
%C a(n) = floor(sum(1/A070165(n,k): k = 1..A006577(n)));
%C conjecture: a(n) <= 3;
%C a(n) = 1 iff n = 2^k: a(A000079(n)) = 1, a(A057716(n)) > 1.
%H Reinhard Zumkeller, <a href="/A225843/b225843.txt">Table of n, a(n) for n = 1..10000</a>
%H <a href="/index/3#3x1">Index entries for sequences related to 3x+1 (or Collatz) problem</a>
%F a(n) = floor(A225761(n)/A225784(n)).
%o (Haskell)
%o a225843 = floor . sum . map (recip . fromIntegral) . a070165_row
%K nonn
%O 1,3
%A _Reinhard Zumkeller_, May 16 2013