login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A038708 Primes of the form (k-th primorial) + (k+1)-st prime. 2
5, 11, 37, 30047, 510529, 9699713, 13082761331670077, 32589158477190044789, 1922760350154212639131, 40729680599249024150621323549 (list; graph; refs; listen; history; text; internal format)
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
Sequence in context: A205719 A332475 A139515 * A042719 A045717 A197337
KEYWORD
nonn
AUTHOR
Labos Elemer, May 02 2000
EXTENSIONS
Next term has 149 decimal digits.
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)