login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A066756
Smallest number that requires n^3 steps to reach 1 in its Collatz trajectory (counting x/2 and 3x+1 steps).
0
1, 2, 6, 65, 673, 342, 2919, 129991, 1590511, 301695657, 1412987847
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
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
Sequence in context: A372736 A193609 A061999 * A070872 A055685 A368511
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