OFFSET
0,2
COMMENTS
a(11) > 7*10^11. - Donovan Johnson
REFERENCES
R. K. Guy, Problem E16, Unsolved Problems in Number Theory, 2nd edition, Springer-Verlag, NY pp. 215-218
LINKS
FORMULA
Mapping at each step for Collatz problem: x -> x/2 if n is even, else x -> 3*x+1; count the steps until x=1.
EXAMPLE
a(2) = 6 since the trajectory of 6 requires 2^3 = 8 steps to reach 1 (the trajectory is 6 -> 3 -> 10 -> 5 -> 16 -> 8 -> 4 -> 2 -> 1), and 6 is the smallest number for which this is the case.
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Randall L Rathbun, Jan 18 2002
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org), Apr 12 2002
a(10) from Donovan Johnson, Nov 13 2010
Edited by Jon E. Schoenfield, Jan 28 2014
STATUS
approved