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.

A092968 Numbers n such that 2n^2 + 11 is a prime.

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 13, 15, 16, 18, 19, 20, 23, 24, 28, 29, 30, 31, 37, 41, 42, 43, 46, 49, 50, 52, 54, 60, 62, 63, 65, 69, 70, 71, 75, 83, 85, 87, 91, 94, 95, 96, 98, 100, 106, 108, 109, 114, 123, 124, 128, 130, 134, 136, 137, 139, 145, 146, 151, 152, 153, 158
Offset: 1

Views

Author

Giovanni Teofilatto, Apr 20 2004

Keywords

Crossrefs

Cf. A050265.

Programs

  • Magma
    [n: n in [1..160] | IsPrime(2*n^2 + 11)]; // Vincenzo Librandi, Dec 04 2012
  • Mathematica
    Select[Range[0, 200], PrimeQ[2#^2+11]&]

Formula

a(n) = sqrt((A050265(n)-11)/2). - Zak Seidov, Jul 25 2015

Extensions

More terms from T. D. Noe, Dec 31 2004