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.

A035325 Primes of the form 2^k + k^2 + 1.

Original entry on oeis.org

2, 101, 4241, 262469, 5846006549323611672814739330865132078623730198149, 6277101735386680763835789423207666416102355444464034549761, 105312291668557186697918027683670432318895095400549111254311024193
Offset: 1

Views

Author

Keywords

Comments

Corresponding k's (A100357) all are multiples of 6. - Zak Seidov, Apr 05 2014

Crossrefs

Cf. A100357 (corresponding n's). - Zak Seidov, Apr 05 2014

Programs

  • Magma
    [ a: n in [0..250] | IsPrime(a) where a is 2^n + n^2 + 1 ] // Vincenzo Librandi, Sep 03 2012
  • Mathematica
    Select[Table[2^n + n^2 + 1, {n, 0, 300, 6}], PrimeQ ] (* Vincenzo Librandi, Sep 03 2012 *)

Extensions

More terms from James Sellers