login
Leading digits in 3x+1 chain starting with the number 1117065.
2

%I #17 Feb 09 2017 11:49:14

%S 1,3,1,8,2,1,3,1,5,2,1,4,2,6,3,1,4,2,7,3,1,5,1,8,4,1,6,1,9,2,1,4,2,6,

%T 3,9,4,1,6,3,1,5,1,7,2,1,3,1,5,2,7,3,1,5,1,8,4,1,6,1,9,2,1,7,3,1,9,4,

%U 2,6,3,1,5,2,1,3,1,5,2,8,4,1,6,1,9,2,1,4,2,6,3,1,8,2,1,3,1,5,2,1,4,2,6,3,1

%N Leading digits in 3x+1 chain starting with the number 1117065.

%C The 3x+1 chain starts 1117065 -> 3351196 -> 1675598 -> 837799 and enters a 4->2->1->4->.. cycle after 527 iterations. The current sequence shows the most significant decimal digit after each iteration. [_R. J. Mathar_, Jul 26 2010]

%H Michel Marcus, <a href="/A112420/b112420.txt">Table of n, a(n) for n = 1..600</a>

%H A. V. Kontorovich & S. J. Miller, <a href="https://arxiv.org/abs/math/0412003">Benford's Law, Values Of L-Functions And The 3x+1 Problem</a>, arXiv:math/0412003 [math.NT], 2004-2005.

%H J. C. Lagarias and K. Soundararajan, <a href="https://arxiv.org/abs/math/0509175">Benford's Law for the 3x+1 Function</a>, arXiv:math/0509175 [math.NT], 2005-2006.

%H P. Picart, <a href="http://trucsmaths.free.fr/js_syracuse.htm">Algorithme de Collatz et conjecture de Syracuse</a>

%H <a href="/index/Be#Benford">Index entries for sequences related to Benford's law</a>

%o (PARI) lista(nn) = my(c = 1117065); for (n=1, nn, print1(digits(c)[1], ", "); if (c % 2, c = 3*c+1, c = c/2);); \\ _Michel Marcus_, Nov 05 2016

%Y Cf. A033958.

%K nonn,base

%O 1,2

%A _Lekraj Beedassy_, Dec 10 2005

%E a(103) corrected by _Michel Marcus_, Nov 05 2016