ZCubes/Primorial Numbers

Revision as of 01:18, 11 March 2021 by Jayaram (talk | contribs) (→‎Code)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Primorial Numbers


Primorial number is the product of prime numbers till the nth prime number. In ZCubes you can easily compute the special numbers like primorial numbers using the inbuilt functions.

Video


Primorial Numbers















Code

 PRIMES(100)
 .allslices()
 .slice(1)
 .$$(r=>PRODUCT(r))





© Copyright 1996-2021, ZCubes, Inc.