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.

A204940 Numbers n such that (23^n - 1)/22 is prime.

Original entry on oeis.org

5, 3181, 61441, 91943, 121949, 221411
Offset: 1

Views

Author

Robert Price, Jan 20 2012

Keywords

Comments

No other terms < 100000.

Crossrefs

Programs

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

Extensions

a(5)=121949 corresponds to a probable prime discovered by Paul Bourdelais, Oct 19 2017
a(6)=221411 corresponds to a probable prime discovered by Paul Bourdelais, Aug 04 2020