import math
def a(n): if n==0: return 1 if n==1: return 1 else: counter=0 while counter counter+=1 count_removed
counter+=1 count_removed