N,M=map(int,input().split()) print("Yes"if N*(N+1)<=M*2 else"No")