num=0 step=0 #while (num<1 or num>100): num=int( input()) while num<>1: if num%2==0: num/=2 else: num=num*3+1 step+=1 print step