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.

A176922 Primes of the form 2^k + 23.

Original entry on oeis.org

31, 151, 549755813911, 604462909807314587353111
Offset: 1

Views

Author

Vincenzo Librandi, Apr 29 2010

Keywords

Crossrefs

Programs

  • Magma
    [a: n in [0..750] | IsPrime(a) where a is 2^n+23];
  • Mathematica
    Select[Table[2^n + 23, {n, 0, 750}], PrimeQ] (* Vincenzo Librandi Jan 02 2014 *)

Formula

a(n) = 2^A057203(n) + 23. [R. J. Mathar, Jun 18 2010]