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.

A088257 Primorials P which have at least one prime neighbor; i.e., P+1 or P-1 or both are primes.

Original entry on oeis.org

1, 2, 6, 30, 210, 2310, 30030, 200560490130, 304250263527210, 23768741896345550770650537601358310
Offset: 1

Views

Author

Amarnath Murthy, Sep 27 2003

Keywords

Comments

A supersequence of A088256.
Next term a(11) is 131 digits and is too large to include.

Crossrefs

Programs

  • Mathematica
    Select[FoldList[Times,1,Prime[Range[70]]],PrimeQ[#-1]||PrimeQ[#+1]&] (* Harvey P. Dale, Oct 22 2011 *)

Extensions

More terms from Ray Chandler, Sep 28 2003