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.

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

Original entry on oeis.org

43, 103, 181, 277, 439, 673, 751, 823, 1039, 1063, 1117, 1429, 1453, 1759, 1993, 1999, 2131, 2287, 2311, 2467, 2521, 2539, 2617, 2833, 2851, 2857, 3067, 3163, 3457, 3559, 3613, 3637, 3847, 3943, 4021, 4027, 4177, 4261, 4339, 4723, 4783, 4861, 5113, 5119, 5197
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. This sequence corresponds to those representable by the first form, and A325078 corresponds to those representable by the second form.

Examples

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

Crossrefs

See A325067 for similar results.
Cf. A325078.

Programs

  • PARI
    See Links section.