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.

A128658 Numbers k such that p(k+1)# - p(k)# + 1 is prime where p(i)# = product of first i primes = A002110(i).

Original entry on oeis.org

1, 3, 7, 14, 80, 224, 280, 287, 652, 1509, 2952, 3915, 7771
Offset: 1

Views

Author

Pierre CAMI, Mar 19 2007

Keywords

Crossrefs

Programs

  • PARI
    isok(n) = {my(pp=prod(k=1, n, prime(k))); isprime(pp*prime(n+1) - pp + 1);} \\ Michel Marcus, Sep 20 2019

Extensions

a(13) from Michael S. Branicky, Oct 06 2024