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.

A106872 Primes of the form 2x^2+xy+4y^2.

Original entry on oeis.org

2, 5, 7, 19, 41, 59, 71, 97, 101, 103, 107, 109, 113, 157, 163, 191, 193, 211, 233, 257, 281, 307, 311, 317, 359, 373, 397, 419, 421, 439, 443, 467, 479, 503, 541, 547, 563, 593, 599, 659, 661, 683, 691, 701, 727, 733, 751, 769, 877, 887, 907, 977, 997, 1033
Offset: 1

Views

Author

T. D. Noe, May 09 2005

Keywords

Comments

Discriminant=-31.
Primes p such that the polynomial x^3-x^2-1 is irreducible over Zp. The polynomial discriminant is also -31. - T. D. Noe, May 13 2005

Crossrefs

Primes in A123064.

Programs

  • Mathematica
    Union[QuadPrimes2[2, 1, 4, 10000], QuadPrimes2[2, -1, 4, 10000]] (* see A106856 *)