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.

A325073 Prime numbers congruent to 9 modulo 20 representable by x^2 + 20*y^2.

Original entry on oeis.org

29, 89, 229, 349, 509, 709, 769, 809, 1009, 1049, 1109, 1229, 1249, 1289, 1409, 1549, 1669, 1709, 1789, 2029, 2069, 2089, 2389, 2729, 3049, 3089, 3169, 3329, 3389, 3469, 3529, 3929, 3989, 4049, 4229, 4289, 4549, 4649, 4729, 4789, 5009, 5209, 5669, 5689, 5849
Offset: 1

Views

Author

Rémy Sigrist, Mar 27 2019

Keywords

Comments

Brink showed that prime numbers congruent to 9 modulo 20 are representable by exactly one of the quadratic forms x^2 + 20*y^2 or x^2 + 100*y^2. This sequence corresponds to those representable by the first form, and A325074 corresponds to those representable by the second form.

Examples

			Regarding 1009:
- 1009 is a prime number,
- 1009 = 50*20 + 9,
- 1009 = 17^2 + 20*6^2,
- hence 1009 belongs to this sequence.
		

Crossrefs

See A325067 for similar results.

Programs

  • PARI
    See Links section.