#include #include using namespace std; using namespace atcoder; using lint = long long; using ulint = unsigned long long; #define endl '\n' int const INF = 1<<30; lint const INF64 = 1LL<<61; lint const mod = 1e9+7; using mint = modint1000000007; lint ceilDiv(lint x, lint y){if(x >= 0){return (x+y-1)/y;}else{return x/y;}} lint floorDiv(lint x, lint y){if(x >= 0){return x/y;}else{return (x-y+1)/y;}} lint Sqrt(lint x){lint upper = 1e9;lint lower = 0;while(upper - lower > 0){lint mid = (1+upper + lower)/2;if(mid * mid > x){upper = mid-1;}else{lower = mid;}}return upper;} lint gcd(lint a,lint b){if(a&v){lint ans = INF64;for(lint i:v){ans = min(ans, i);}return ans;} lint chmax(vector&v){lint ans = -INF64;for(lint i:v){ans = max(ans, i);}return ans;} double dist(double x1, double y1, double x2, double y2){return sqrt(pow(x1-x2, 2) + pow(y1-y2,2));} string toString(lint n){string ans = "";if(n == 0){ans += "0";}else{while(n > 0){int a = n%10;char b = '0' + a;string c = "";c += b;n /= 10;ans = c + ans;}}return ans;} string toString(lint n, lint k){string ans = toString(n);string tmp = "";while(ans.length() + tmp.length() < k){tmp += "0";}return tmp + ans;} vectorprime;void makePrime(lint n){prime.push_back(2);for(lint i=3;i<=n;i+=2){bool chk = true;for(lint j=0;j>; unordered_map> mp; unordered_map went; int main(){ makePrime(1000000); lint n,k; cin >> n >> k; for(int i = 1; i <= n+20; i++) { lint N = i; for(auto p: prime) { if(p > N)break; while(N % p == 0) { mp[i][p]++; N /= p; } } if(N != 1) { mp[i][N]++; } } mapcnt; cnt = mp[n]; rep(i, k) { mapncnt; for(auto p: cnt) { for(auto q: mp[p.first + 1]) { ncnt[q.first] += q.second * p.second; } } cnt = ncnt; if(ncnt.size() == 1 && ncnt[2] != 0) { cnt.clear(); lint rest = k - i - 1; int t = 2; if(rest % 2 == 1) t++; cnt[t] = (ncnt[2] * pow_mod(2, rest/2, mod-1)) % mod; break; } } mint ans = 1; for(auto p: cnt){ ans *= pow_mod(p.first, p.second, mod); } cout << ans.val() << endl; }