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.

A139920 Primes of the form 19x^2+18xy+19y^2.

Original entry on oeis.org

19, 59, 131, 139, 251, 419, 619, 691, 811, 859, 971, 1091, 1259, 1291, 1459, 1531, 1571, 1699, 1811, 1931, 1979, 2099, 2131, 2371, 2411, 2539, 2579, 2659, 2819, 2939, 2971, 3251, 3331, 3491, 3499, 3659, 3779, 4051, 4091, 4219, 4259, 4339
Offset: 1

Views

Author

T. D. Noe, May 02 2008

Keywords

Comments

Discriminant=-1120. See A139827 for more information.

Programs

  • Magma
    [ p: p in PrimesUpTo(6000) | p mod 280 in [19, 59, 131, 139, 171, 251]]; // Vincenzo Librandi, Aug 01 2012
  • Mathematica
    Union[QuadPrimes2[19, 18, 19, 10000], QuadPrimes2[19, -18, 19, 10000]] (* see A106856 *)

Formula

The primes are congruent to {19, 59, 131, 139, 171, 251} (mod 280).