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.

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

Original entry on oeis.org

11, 43, 67, 107, 163, 179, 211, 331, 347, 379, 443, 491, 499, 547, 571, 659, 683, 739, 827, 883, 907, 947, 1019, 1051, 1163, 1171, 1187, 1283, 1451, 1499, 1523, 1579, 1619, 1667, 1723, 1747, 1787, 2003, 2011, 2027, 2083, 2179, 2251, 2339, 2347
Offset: 1

Views

Author

T. D. Noe, May 02 2008

Keywords

Comments

Discriminant=-448. See A139827 for more information.

Programs

  • Magma
    [ p: p in PrimesUpTo(3000) | p mod 56 in {11, 43, 51}]; // Vincenzao Librandi, Jul 29 2012
  • Mathematica
    Union[QuadPrimes2[11, 6, 11, 10000], QuadPrimes2[11, -6, 11, 10000]] (* see A106856 *)

Formula

The primes are congruent to {11, 43, 51} (mod 56).