OFFSET
1,3
COMMENTS
LINKS
R. Zumkeller, Table of n, a(n) for n = 1..10000
Eric Weisstein's World of Mathematics, Collatz Problem
EXAMPLE
a(30) = 20: 30 = 20+10;
a(31) = 16: 31 = 16+8+4+2+1;
a(32) = 4: 32 = 4+2+1+4+2+1+4+2+1+4+2+1+4;
a(33) = 22: 33 = 22+11;
a(34) = 4: 34 = 4+2+1+4+2+1+4+2+1+4+2+1+4+2;
a(35) = 20: 35 = 20+10+5.
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Apr 21 2008
STATUS
approved