n,m=map(int,input().split()) print('Yes' if m>=n*(n+1)//2 else 'No')