APL (Dyalog Extended), 12(削除) 12 (削除ここまで) 11 bytes
-1 thanks to Adám
×ばつ.*⍨ ̄2⍭ ̈⍳∘≢*⍨ ̄2⍭⍳∘≢
×ばつ.*⍨ ̄2⍭ ̈⍳∘≢*⍨ ̄2⍭⍳∘≢
̄2⍭ ̈⍳∘≢ ̄2⍭⍳∘≢ ⍝ the first n primes×ばつ.*⍨ ⍝ powers and product
APL (Dyalog Extended), 12 bytes
×ばつ.*⍨ ̄2⍭ ̈⍳∘≢
×ばつ.*⍨ ̄2⍭ ̈⍳∘≢
̄2⍭ ̈⍳∘≢ ⍝ the first n primes×ばつ.*⍨ ⍝ powers and product
APL (Dyalog Extended), (削除) 12 (削除ここまで) 11 bytes
-1 thanks to Adám
×ばつ.*⍨ ̄2⍭⍳∘≢
×ばつ.*⍨ ̄2⍭⍳∘≢
̄2⍭⍳∘≢ ⍝ the first n primes×ばつ.*⍨ ⍝ powers and product
APL (Dyalog Extended), 12 bytes
×ばつ.*⍨ ̄2⍭ ̈⍳∘≢
×ばつ.*⍨ ̄2⍭ ̈⍳∘≢
̄2⍭ ̈⍳∘≢ ⍝ the first n primes×ばつ.*⍨ ⍝ powers and product