n,m=map(int,open(a:=0));i=n while i>0:j=m//(m//i+1);a+=(m%-~j+m%i)*(i-j);i=j print(a//2%998244353)