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.

A092066 Primes in A092065.

Original entry on oeis.org

2, 3, 5, 7, 43, 131, 229, 257, 823, 1181, 2269, 2801
Offset: 1

Views

Author

Mohammed Bouayoun (mohammed.bouayoun(AT)sanef.com), Feb 20 2004

Keywords

Crossrefs

Cf. A092065.

Programs

  • PARI
    f(n)= my(s=0); for(i=1,n,s=s+1/(prime(i)-i));return(s);
    for (i=1,500,if(isprime(i) && isprime(numerator(f(i))),print1(i,",")));

Extensions

a(9)-a(12) from Amiram Eldar, Jul 22 2025