primorial: Primorial

Description Usage Arguments Details Examples

Description

Primorial - The Factorial of Prime Numbers.

Usage

1

Arguments

n

A non-negative integer

Details

For the nth prime number p_n# = p_1 * p_2*...*p_k with k < n

Examples

1
primorial(12) = 1 * 2 * 3 * 5 * 7 * 11 = 2310

tiberius7777/R-numtheory documentation built on May 31, 2019, 11:20 a.m.