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.

A092064 Prime numbers in A092063.

Original entry on oeis.org

2, 3, 7, 19, 31, 79, 89, 137, 149, 181, 6151
Offset: 1

Views

Author

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

Keywords

Comments

6151 corresponds to a probable prime. - Jason Yuen, Aug 25 2024

Crossrefs

Cf. A120271.

Programs

  • PARI
    A120271(n) = numerator(sum(k=1, n, 1/(prime(k)-1)));
    for (i=1,500,if(isprime(i) && isprime(A120271(i)),print1(i,",")));

Extensions

a(11) from Jason Yuen, Aug 25 2024