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.

A106952 Primes of the form 3x^2-3xy+7y^2, with x and y nonnegative.

Original entry on oeis.org

3, 7, 13, 37, 43, 67, 73, 97, 103, 127, 157, 163, 193, 223, 277, 283, 307, 313, 337, 367, 373, 397, 433, 457, 463, 487, 523, 547, 577, 607, 613, 643, 673, 727, 733, 757, 787, 823, 853, 877, 883, 907, 937, 967, 997, 1033, 1063, 1087, 1093, 1117, 1123
Offset: 1

Views

Author

T. D. Noe, May 09 2005

Keywords

Comments

Discriminant=-75.

Programs

  • Magma
    [ p: p in PrimesUpTo(2000) | p mod 30 in {3, 7, 13} ]; // Vincenzo Librandi, Jul 22 2012
  • Mathematica
    QuadPrimes2[3, -3, 7, 10000] (* see A106856 *)