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.

A325072 Prime numbers congruent to 1 modulo 20 neither representable by x^2 + 20*y^2 nor by x^2 + 100*y^2.

Original entry on oeis.org

41, 61, 241, 281, 421, 601, 641, 661, 701, 821, 881, 1181, 1201, 1301, 1321, 1381, 1481, 1801, 1901, 2141, 2161, 2221, 2281, 2341, 2381, 2521, 2741, 3041, 3061, 3181, 3221, 3361, 3541, 3701, 3761, 4241, 4261, 4421, 4481, 4721, 4801, 5381, 5501, 5521, 5581
Offset: 1

Views

Author

Rémy Sigrist, Mar 27 2019

Keywords

Comments

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

Examples

			Regarding 2221:
- 2221 is a prime number,
- 2221 = 111*20 + 1,
- 2221 is neither representable by x^2 + 20*y^2 nor by x^2 + 100*y^2,
- hence 2221 belongs to this sequence.
		

Crossrefs

See A325067 for similar results.

Programs

  • PARI
    \\ See Links section.