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.

A106930 Primes of the form x^2 - xy + 16y^2, with x and y nonnegative.

Original entry on oeis.org

67, 79, 127, 163, 277, 373, 421, 463, 541, 547, 571, 613, 631, 739, 823, 877, 967, 1009, 1033, 1051, 1087, 1093, 1129, 1213, 1297, 1579, 1621, 1663, 1723, 1831, 1933, 1999, 2011, 2179, 2251, 2269, 2293, 2377, 2389, 2437, 2503, 2557, 2683, 2689, 2731, 2767
Offset: 1

Views

Author

T. D. Noe, May 09 2005

Keywords

Comments

Discriminant = -63.
This appears to coincide with the sequence of primes of the form x^2 + 63y^2. - Artur Jasinski, Apr 24 2008

Programs

  • Mathematica
    QuadPrimes2[1, -1, 16, 10000] (* see A106856 *)
  • PARI
    {a(n)= local(m,c,x); if(n<1, 0, c=0; m=1; while( cMichael Somos, May 28 2005 */