n=input() print n while n>1:n=n&1and n*3+1or n/2;print n