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.

A325085 Prime numbers congruent to 9, 25 or 57 modulo 112 representable by x^2 + 14*y^2.

Original entry on oeis.org

137, 233, 281, 953, 1033, 1129, 1481, 2137, 2377, 2713, 2857, 2969, 3529, 3593, 3833, 4649, 4729, 5657, 5737, 5849, 6217, 6329, 6521, 6857, 7001, 7561, 8089, 8233, 8297, 8761, 8969, 9209, 9241, 9433, 9689, 10313, 11113, 12377, 12457, 12553, 12601, 12713, 12889
Offset: 1

Views

Author

Rémy Sigrist, Mar 28 2019

Keywords

Comments

Brink showed that prime numbers congruent to 9, 25 or 57 modulo 112 are representable by exactly one of the quadratic forms x^2 + 14*y^2 or x^2 + 448*y^2. This sequence corresponds to those representable by the first form, and A325086 corresponds to those representable by the second form.

Examples

			Regarding 11113:
- 11113 is a prime number,
- 11113 = 99*112 + 25,
- 11113 = 103^2 + 14*6^2,
- hence 11113 belongs to this sequence.
		

Crossrefs

See A325067 for similar results.
Cf. A325086.

Programs

  • PARI
    See Links section.