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.

A139883 Primes of the form 6x^2+6xy+31y^2.

Original entry on oeis.org

31, 43, 67, 103, 151, 211, 283, 367, 463, 571, 691, 739, 751, 811, 823, 859, 919, 967, 991, 1123, 1171, 1279, 1291, 1399, 1447, 1459, 1471, 1483, 1531, 1567, 1627, 1663, 1699, 1783, 1831, 1867, 1879, 1987, 1999, 2083, 2179, 2239, 2311, 2371, 2383
Offset: 1

Views

Author

T. D. Noe, May 02 2008

Keywords

Comments

Discriminant=-708. See A139827 for more information.

Programs

  • Magma
    [ p: p in PrimesUpTo(4000) | p mod 708 in {31, 43, 55, 67, 91, 103, 115, 151, 187, 211, 235, 247, 259, 283, 319, 367, 391, 415, 427, 451, 463, 511, 571, 583, 655, 667, 679, 691, 703}]; // Vincenzo Librandi, Jul 30 2012
  • Mathematica
    QuadPrimes2[6, -6, 31, 10000] (* see A106856 *)

Formula

The primes are congruent to {31, 43, 55, 67, 91, 103, 115, 151, 187, 211, 235, 247, 259, 283, 319, 367, 391, 415, 427, 451, 463, 511, 571, 583, 655, 667, 679, 691, 703} (mod 708).