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.

A071380 Numbers n such that (26^n+1)/27 is a prime.

Original entry on oeis.org

11, 109, 227, 277, 347, 857, 2297, 9043, 501409
Offset: 1

Views

Author

Rick L. Shepherd, May 22 2002

Keywords

Comments

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

Crossrefs

Programs

  • Mathematica
    Select[Range[3000], PrimeQ[(26^# + 1) / 27] &] (* Vincenzo Librandi, Oct 29 2017 *)
  • PARI
    isok(n) = (denominator(p=(26^n+1)/27)==1) && isprime(p); \\ Michel Marcus, Oct 29 2017

Extensions

a(9) from Paul Bourdelais, Oct 02 2023