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.

A057190 Numbers k such that (24^k+1)/25 is a prime.

Original entry on oeis.org

7, 11, 19, 2207, 2477, 4951, 821497
Offset: 1

Views

Author

N. J. A. Sloane, Sep 15 2000

Keywords

Comments

a(7) > 10^5. - Robert Price, Jun 04 2013

Programs

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

Extensions

a(7) from Paul Bourdelais, Jan 06 2025