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.

A127998 Numbers n such that (24^n - 1)/23 is prime.

Original entry on oeis.org

3, 5, 19, 53, 71, 653, 661, 10343, 49307, 115597, 152783
Offset: 1

Views

Author

Alexander Adamchuk, Feb 11 2007

Keywords

Comments

Note that 10343 was known to be a term of this sequence before 653 and 661. - Alonso del Arte, Mar 17 2014

Programs

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

Extensions

a(6) and a(7) from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 05 2008
a(8) from Richard Fischer in 2004.
a(9) from Robert Price, Apr 18 2012
a(10) from Paul Bourdelais, Sep 12 2017
a(11) from Paul Bourdelais, Apr 09 2018