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.

A139962 Primes of the form 23x^2+22xy+23y^2.

Original entry on oeis.org

23, 71, 167, 311, 431, 479, 503, 719, 743, 839, 887, 911, 983, 1031, 1151, 1319, 1367, 1439, 1559, 1847, 2063, 2111, 2207, 2351, 2543, 2591, 2663, 2879, 2927, 2999, 3023, 3167, 3191, 3359, 3407, 3767, 4007, 4391, 4583, 4703, 4799, 4919
Offset: 1

Views

Author

T. D. Noe, May 02 2008

Keywords

Comments

Discriminant=-1632. See A139827 for more information.

Programs

  • Magma
    [ p: p in PrimesUpTo(5000) | p mod 408 in [23, 71, 95, 143, 167, 215, 311, 335]]; // Vincenzo Librandi, Aug 02 2012
  • Mathematica
    Union[QuadPrimes2[23, 22, 23, 10000], QuadPrimes2[23, -22, 23, 10000]] (* see A106856 *)

Formula

The primes are congruent to {23, 71, 95, 143, 167, 215, 311, 335} (mod 408).