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.

A071381 Numbers n such that (28^n+1)/29 is a prime.

Original entry on oeis.org

3, 19, 373, 419, 491, 1031, 83497, 223381
Offset: 1

Views

Author

Rick L. Shepherd, May 22 2002

Keywords

Comments

(28^1031+1)/29, a 1491-digit number, has now been certified prime with Primo.
a(8) > 10^5. - Robert Price, Jul 10 2013

Crossrefs

Programs

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

Extensions

a(7) from Robert Price, Jul 10 2013
a(8)=223381 corresponds to a probable prime discovered by Paul Bourdelais, Dec 23 2020