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.

A325070 Prime numbers congruent to 9 modulo 16 representable by x^2 + 64*y^2.

Original entry on oeis.org

73, 89, 233, 281, 601, 617, 937, 1033, 1049, 1097, 1193, 1289, 1433, 1481, 1609, 1721, 1753, 1801, 1913, 2089, 2281, 2393, 2441, 2473, 2857, 2969, 3049, 3257, 3449, 3529, 3673, 3833, 4057, 4153, 4201, 4217, 4297, 4409, 4457, 4937, 5081, 5113, 5209, 5689, 5737
Offset: 1

Views

Author

Rémy Sigrist, Mar 27 2019

Keywords

Comments

Kaplansky showed that prime numbers congruent to 9 modulo 16 are representable by exactly one of the quadratic forms x^2 + 32*y^2 or x^2 + 64*y^2. A325069 corresponds to those representable by the first form and this sequence to those representable by the second form.

Examples

			Regarding 4201:
- 4201 is a prime number,
- 4201 = 262*16 + 9,
- 4201 = 51^2 + 64*5^2,
- hence 4201 belongs to this sequence.
		

Crossrefs

See A325067 for similar results.

Programs

  • PARI
    See Links section.