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.

A057188 Numbers n such that (22^n+1)/23 is a prime.

Original entry on oeis.org

3, 5, 13, 43, 79, 101, 107, 227, 353, 7393, 50287
Offset: 1

Views

Author

N. J. A. Sloane, Sep 15 2000

Keywords

Comments

Some of the larger terms may only correspond to probable primes.
a(12) > 10^5 - Robert Price, Jun 02 2013

Programs

  • PARI
    isok(n) = (denominator(p=(22^n+1)/23)==1) && isprime(p); \\ Michel Marcus, Oct 30 2017

Extensions

a(11) from Robert Price, Jun 02 2013