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.

A325088 Prime numbers congruent to 1 or 169 modulo 240 representable neither by x^2 + 150*y^2 nor by x^2 + 960*y^2.

Original entry on oeis.org

241, 409, 1201, 1609, 2089, 2161, 3049, 3121, 3529, 4561, 4729, 4969, 5281, 6481, 6961, 7129, 7369, 7681, 8089, 8161, 9049, 11689, 12241, 12721, 12889, 13441, 13921, 14401, 16249, 17449, 17929, 19441, 19609, 19681, 20161, 20641, 20809, 21121, 21841, 23041
Offset: 1

Views

Author

Rémy Sigrist, Mar 28 2019

Keywords

Comments

Brink showed that prime numbers congruent to 1 or 169 modulo 240 are representable by both or neither of the quadratic forms x^2 + 150*y^2 and x^2 + 960*y^2. A325087 corresponds to those representable by both, and this sequence corresponds to those representable by neither.

Examples

			Regarding 241:
- 241 is a prime number,
- 241 = 1*240 + 1,
- 241 is neither representable by x^2 + 150*y^2 nor by x^2 + 960*y^2,
- hence 241 belongs to this sequence.
		

Crossrefs

See A325067 for similar results.
Cf. A325087.

Programs

  • PARI
    See Links section.