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.

A325090 Prime numbers congruent to 49 or 121 modulo 240 representable by x^2 + 960*y^2.

Original entry on oeis.org

1009, 1249, 1321, 1489, 1801, 3169, 3889, 4129, 4201, 4441, 7321, 7561, 8689, 8761, 8929, 9001, 9241, 10369, 11161, 12841, 13249, 13729, 14449, 15649, 15889, 16921, 17569, 18049, 18121, 19081, 19249, 20521, 21001, 24049, 24121, 24841, 25561, 25801, 25969
Offset: 1

Views

Author

Rémy Sigrist, Mar 28 2019

Keywords

Comments

Brink showed that prime numbers congruent to 49 or 121 modulo 240 are representable by exactly one of the quadratic forms x^2 + 150*y^2 or x^2 + 960*y^2. A325089 corresponds to those representable by the first form, and this sequence corresponds to those representable by the second form.

Examples

			Regarding 9001:
- 9001 is a prime number,
- 9001 = 37*240 + 121,
- 9001 = 19^2 + 960*3^2,
- hence 9001 belongs to this sequence.
		

Crossrefs

See A325067 for similar results.
Cf. A325089.

Programs

  • PARI
    See Links section.