There are well-known formulas: 
, 
, 
. Also mathematicians found similar formulas for higher degrees.Find the value of the sum 
 modulo 109+7 (so you should find the remainder after dividing the answer by the value 109+7). 
Input The only line contains two integers n,k (1 \le n \le 109,0 \le k \le 106).
Output Print the only integer a - the remainder after dividing the value of the sum by the value 109+7.