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.

A127997 Numbers n such that (22^n - 1)/21 is prime.

Original entry on oeis.org

2, 5, 79, 101, 359, 857, 4463, 9029, 27823
Offset: 1

Views

Author

Alexander Adamchuk, Feb 11 2007

Keywords

Comments

9029 is a term found by Richard Fischer in 2004. - Alexander Adamchuk, Feb 11 2007
No other terms < 100000. - Robert Price, Feb 25 2012

Programs

  • Mathematica
    Select[Prime[Range[100]],PrimeQ[(22^#-1)/21]&]
  • PARI
    isok(n) = isprime((22^n-1)/21); \\ Michel Marcus, Mar 13 2016

Extensions

More terms from Ryan Propper, Mar 29 2007
27823 from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 05 2008