cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A038708 Primes of the form (k-th primorial) + (k+1)-st prime.

Original entry on oeis.org

5, 11, 37, 30047, 510529, 9699713, 13082761331670077, 32589158477190044789, 1922760350154212639131, 40729680599249024150621323549
Offset: 1

Views

Author

Labos Elemer, May 02 2000

Keywords

Examples

			k=6: 6th primorial 2*3*5*7*11*13 + prime(7) = 300030 + 17 = 30047 is a prime.
		

Crossrefs

Programs

  • Mathematica
    With[{nn=30},Select[Total/@Thread[{FoldList[Times,Prime[ Range[ nn]]],Prime[ Range[ 2,nn+1]]}],PrimeQ]] (* Harvey P. Dale, Oct 12 2018 *)

Extensions

Next term has 149 decimal digits.