login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A038708
Primes of the form (k-th primorial) + (k+1)-st prime.
3
5, 11, 37, 30047, 510529, 9699713, 13082761331670077, 32589158477190044789, 1922760350154212639131, 40729680599249024150621323549
OFFSET
1,1
LINKS
EXAMPLE
k=6: 6th primorial 2*3*5*7*11*13 + prime(7) = 300030 + 17 = 30047 is a prime.
MATHEMATICA
With[{nn=30}, Select[Total/@Thread[{FoldList[Times, Prime[ Range[ nn]]], Prime[ Range[ 2, nn+1]]}], PrimeQ]] (* Harvey P. Dale, Oct 12 2018 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, May 02 2000
EXTENSIONS
Next term has 149 decimal digits.
STATUS
approved