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.

A128004 Numbers n such that (38^n - 1)/37 is prime.

Original entry on oeis.org

3, 7, 401, 449, 109037
Offset: 1

Views

Author

Alexander Adamchuk, Feb 11 2007

Keywords

Comments

No other terms < 100000. - Robert Price, Dec 23 2011

Programs

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

Extensions

a(5) corresponds to a probable prime discovered by Paul Bourdelais, Oct 17 2017