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.

A027753 Primes of form n^2 + n + 3.

Original entry on oeis.org

3, 5, 23, 59, 113, 383, 509, 653, 1193, 1409, 3083, 4973, 6323, 8933, 10103, 12659, 17033, 19463, 23873, 24809, 25763, 29759, 30803, 35159, 36293, 47309, 48623, 52673, 54059, 62753, 67343, 68909, 75353, 83813, 87323, 92723, 94559
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Magma
    [ a: n in [0..350] | IsPrime(a) where a is n^2+n+3 ]; // Vincenzo Librandi, Dec 29 2010

Formula

a(n) = A027752(n)^2 + A027752(n) + 3. - Seiichi Manyama, Mar 19 2017