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.

A243432 Primes of the form 2^n + 47.

Original entry on oeis.org

79, 822752278660603021077484591278675252491367932816789931674304559
Offset: 1

Views

Author

Vincenzo Librandi, Jun 05 2014

Keywords

Comments

The next term has 316 digits (see b-file).
Associated n: 5, 209, 1049.
Also a probable prime for n = 8501 and no others below 10^5. - Jens Kruse Andersen, Jun 30 2014

Crossrefs

Cf. similar sequences listed in A243429.

Programs

  • Magma
    [a: n in [0..600] | IsPrime(a) where a is 2^n+47];
  • Mathematica
    Select[Table[2^n + 47, {n, 0, 600}], PrimeQ]