OFFSET
1,1
LINKS
Tyler Busby, Table of n, a(n) for n = 1..84 (terms 1..79 from Sean A. Irvine)
Romeo Mestrovic, Euclid's theorem on the infinitude of primes: a historical survey of its proofs (300 BC--2012) and another new proof, arXiv preprint arXiv:1202.3670, 2012-2023. - From N. J. A. Sloane, Jun 13 2012
FORMULA
EXAMPLE
For n=3, 3rd primorial=30, prime(4)=7, sum=37, so a(3)=37.
PROG
(PARI) a(n) = vecmin(factor(prod(i=1, n, prime(i)) + prime(n+1))[, 1]); \\ Michel Marcus, Aug 29 2019
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Oct 29 2001
EXTENSIONS
More terms from Michel Marcus, Aug 29 2019
STATUS
approved