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.

A127999 Numbers n such that (26^n - 1)/25 is prime.

Original entry on oeis.org

7, 43, 347, 12421, 12473, 26717
Offset: 1

Views

Author

Alexander Adamchuk, Feb 11 2007

Keywords

Comments

The next term after 347 is bigger than 2250. - Stefan Steinerberger, May 05 2007
No other terms less than 100000. - Robert Price, Mar 18 2012

Programs

  • Mathematica
    Select[Prime[Range[100]], PrimeQ[(26^#-1)/25]&]
  • PARI
    is(n)=ispseudoprime((26^n-1)/25) \\ Charles R Greathouse IV, Feb 17 2017

Extensions

More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 05 2008