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.

A128005 Numbers n such that (40^n - 1)/39 is prime.

Original entry on oeis.org

2, 5, 7, 19, 23, 29, 541, 751, 1277
Offset: 1

Views

Author

Alexander Adamchuk, Feb 11 2007

Keywords

Comments

No other terms for n < 100000. - Robert Price, Jan 27 2012

Programs

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

Extensions

More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 05 2008