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.

A134130 Primes in A134125.

Original entry on oeis.org

5, 5, 7, 11, 107, 7104697, 232483021, 14591939203
Offset: 1

Views

Author

Enoch Haga, Oct 09 2007

Keywords

Crossrefs

Programs

  • PARI
    lista(pmax) = {my(k = 0, s = 2); forprime(p = 3, pmax, k++; s += p; if(!(s % k) && isprime(s/k), print1(s/k, ", ")));} \\ Amiram Eldar, Apr 30 2024

Formula

A134125 INTERSECT A000040. - R. J. Mathar, Oct 24 2007

Extensions

Better definition from R. J. Mathar, Oct 24 2007
a(7)-a(8) from Amiram Eldar, Apr 30 2024