for a in [list(map(int,input().split())) for i in range(1)] : print("Yes" if a[0]*(a[0]+1)<=a[1]*2 else "No")