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.

A182331 Primes of the form 6^k + 1.

Original entry on oeis.org

2, 7, 37, 1297
Offset: 1

Views

Author

Alex Ratushnyak, Apr 25 2012

Keywords

Comments

No other terms for k < 3000. - T. D. Noe, Apr 25 2012
Apart from the first term, the exponents must be powers of two. Like Fermat primes, there are probably only finitely many terms. No more terms for k < 2^28 = 268435456. - Charles R Greathouse IV, Jul 16 2012

Crossrefs

Programs

  • Mathematica
    Select[Table[6^n + 1, {n, 0, 100}], PrimeQ] (* T. D. Noe, Apr 25 2012 *)
  • PFGW
    ABC2 6^(2^$a)+1
    a: from 0 to 18
    // Charles R Greathouse IV, Jul 16 2012