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.

A127996 Numbers n such that (21^n - 1)/20 is prime.

Original entry on oeis.org

3, 11, 17, 43, 271, 156217, 328129
Offset: 1

Views

Author

Alexander Adamchuk, Feb 11 2007

Keywords

Programs

  • Mathematica
    Select[Prime[Range[100]],PrimeQ[(21^#-1)/20]&]
  • PARI
    is(n)=isprime((21^n-1)/20) \\ Charles R Greathouse IV, Feb 17 2017
  • Prime95
    PRP=1,21,328129,-1,0,0,"20"
    

Extensions

a(6)=156217 is a probable prime discovered by Paul Bourdelais, Apr 26 2010
a(7)=328129 is a probable prime discovered by Paul Bourdelais, Jun 02 2014