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.

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

Original entry on oeis.org

457, 569, 617, 809, 1289, 1801, 1913, 2153, 2297, 2473, 2521, 2633, 3049, 3257, 3929, 4057, 4153, 4201, 4937, 5209, 5273, 5881, 6073, 6553, 6841, 7177, 7193, 7417, 7529, 7673, 7753, 8009, 8521, 8537, 8681, 9769, 10889, 11257, 11321, 11369, 11593, 11657, 11897
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. A325085 corresponds to those representable by the first form, and this sequence corresponds to those representable by the second form.

Examples

			Regarding 7177:
- 7177 is a prime number,
- 7177 = 64*112 + 9,
- 7177 = 3^2 + 448*4^2,
- hence 7177 belongs to this sequence.
		

Crossrefs

See A325067 for similar results.
Cf. A325085.

Programs

  • PARI
    See Links section.