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.

A139859 Primes of the form 11x^2+2xy+11y^2.

Original entry on oeis.org

11, 59, 131, 179, 251, 419, 491, 659, 971, 1019, 1091, 1259, 1451, 1499, 1571, 1619, 1811, 1931, 1979, 2099, 2339, 2411, 2459, 2531, 2579, 2699, 2819, 2939, 3011, 3251, 3299, 3371, 3491, 3539, 3659, 3779, 3851, 4019, 4091, 4139, 4211, 4259
Offset: 1

Views

Author

T. D. Noe, May 02 2008

Keywords

Comments

Discriminant=-480. See A139827 for more information.
Also primes of the forms 11x^2+4xy+44y^2, 11x^2+10xy+35y^2 and 11x^2+8xy+56y^2. See A140633. - T. D. Noe, May 19 2008

Programs

  • Magma
    [ p: p in PrimesUpTo(6000) | p mod 120 in {11, 59}]; // Vincenzo Librandi, Jul 29 2012
  • Mathematica
    Union[QuadPrimes2[11, 2, 11, 10000], QuadPrimes2[11, -2, 11, 10000]] (* see A106856 *)

Formula

The primes are congruent to {11, 59} (mod 120).