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.

A128000 Numbers n such that (28^n - 1)/27 is prime.

Original entry on oeis.org

2, 5, 17, 457, 1423, 115877
Offset: 1

Views

Author

Alexander Adamchuk, Feb 11 2007

Keywords

Comments

No other terms less than 100000. - Robert Price, May 01 2012

Programs

  • Mathematica
    Select[Prime[Range[100]],PrimeQ[(28^#-1)/27]&]
  • PARI
    is(n)=ispseudoprime((28^n-1)/27) \\ Charles R Greathouse IV, Jun 13 2017

Extensions

1423 from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 05 2008
a(6)=115877 corresponds to a probable prime discovered by Paul Bourdelais, Dec 08 2017