A,B=map(int,input().split()) ans=(A+1)*(B+1)+A*B mod=10**9+7 ans%=mod print(ans)