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.

A128459 Numbers k such that 17^k - 2 is a prime.

Original entry on oeis.org

6, 24, 30, 106, 184, 232, 460, 1258, 3480, 5458, 32886
Offset: 1

Views

Author

Alexander Adamchuk, Mar 14 2007

Keywords

Comments

No more terms through 50000. - Ryan Propper, Dec 06 2008
a(12) > 2*10^5. - Robert Price, Oct 23 2014

Crossrefs

Cf. A084714 (smallest prime of the form (2n-1)^k - 2).
Cf. A128472 (smallest prime of the form (2n-1)^k - 2 for k > (2n-1)).

Programs

  • Mathematica
    Do[ f = 17^n - 2; If[ PrimeQ[ f ], Print[ {n, f} ] ], {n,1,1000} ]

Extensions

2 more terms from Stefan Steinerberger, May 05 2007
Two more terms from Ryan Propper, Jan 16 2008
One more term from Ryan Propper, Dec 06 2008