ROSECODE 134
Prime factorization
Let n=product(p=2,2*10^13,GCD(((p-1)!+1)/p,p)), where p runs on primes in the [2,2*10^13] interval. Find the prime factorization of n.
Answer format: p1,p2,... (the prime factors (in increasing order) separated by commas)
Answer format: p1,p2,... (the prime factors (in increasing order) separated by commas)