Factor + math.primes, 4643 bytes
[| x | 1 x length nprimes x [ ^ ]* 2map] product2each ]
Try it online! -3 from Leo
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchangemath.primes, 4643 bytes[| x | 1 x length nprimes x [ ^ ]* 2map] product2each ]
Try it online! -3 from Leo