def Test(n): a=n*(n+1)*(n+5) if a%6==0: bool=True else: bool=False return bool