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.

A128002 Numbers k such that (31^k - 1)/30 is prime.

Original entry on oeis.org

7, 17, 31, 5581, 9973, 54493, 101111, 535571
Offset: 1

Views

Author

Alexander Adamchuk, Feb 11 2007

Keywords

Comments

a(5) = 9973 was found by Richard Fischer in 2004. - Alexander Adamchuk, Feb 11 2007

Programs

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

Extensions

More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 05 2008
a(7) = 101111 by Robert Price, Nov 26 2011
a(8) = 535571 from Alexander Zhirkov, added by Paul Bourdelais, Jan 28 2021
Missing term 54493 inserted at the suggestion of Eric Chen by Max Alekseyev, Aug 26 2023