For a given prime integer p and integers \alpha ,A calculate the number of pairs of integers (n,k), such that 0 \le k \le n \le A and is divisible by p \alpha . As the answer can be rather large, print the remainder of the answer moduly 109+7.Let us remind you that
is the number of ways k objects can be chosen from the set of n objects.
Input The first line contains two integers, p and \alpha (1 \le p, \alpha \le 109, p is prime). The second line contains the decimal record of integer A (0 \le A \lt 101000) without leading zeroes.
Output In the single line print the answer to the problem.
In the first sample three binominal coefficients divisible by 4 are ,
and
.