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.

A325078 Prime numbers congruent to 4, 10 or 25 modulo 39 representable by x^2 + x*y + 127*y^2.

Original entry on oeis.org

127, 199, 283, 337, 433, 571, 727, 829, 883, 907, 1213, 1291, 1297, 1447, 1531, 1609, 1663, 1741, 2053, 2383, 2389, 2677, 3169, 3301, 3319, 3631, 3691, 3709, 3769, 3793, 4003, 4099, 4159, 4549, 4567, 4651, 4729, 4801, 4957, 5347, 5407, 5431, 5563, 5821, 6133
Offset: 1

Views

Author

Rémy Sigrist, Mar 28 2019

Keywords

Comments

Brink showed that prime numbers congruent to 4, 10 or 25 modulo 39 are representable by exactly one of the quadratic forms x^2 + x*y + 10*y^2 or x^2 + x*y + 127*y^2. A325077 corresponds to those representable by the first form, and this sequence corresponds to those representable by the second form.

Examples

			Regarding 127:
- 127 is a prime number,
- 127 = 3*39 + 10,
- 127 = 0^2 + 0*1 + 127*1^2,
- hence 127 belongs to this sequence.
		

Crossrefs

See A325067 for similar results.
Cf. A325077.

Programs

  • PARI
    See Links section.