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.

A057189 Numbers n such that (23^n+1)/24 is a prime.

Original entry on oeis.org

11, 13, 67, 109, 331, 587, 24071, 29881, 44053
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(10) > 10^5. - Robert Price, Jun 04 2013

Programs

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

Extensions

a(7)-a(9) from Robert Price, Jun 04 2013