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.

A139546 Numbers of form x^2+5y^2 (x>=0,y>=0) with repetition.

Original entry on oeis.org

0, 1, 4, 5, 6, 9, 9, 14, 16, 20, 21, 21, 24, 25, 29, 30, 36, 36, 41, 45, 45, 46, 49, 49, 54, 54, 56, 61, 64, 69, 69, 70, 80, 81, 81, 81, 84, 84, 86, 89, 94, 96, 100, 101, 105, 105, 109, 116, 120, 121, 125, 126, 126, 126, 129, 129, 134, 141, 141, 144, 144, 145, 149, 150
Offset: 1

Views

Author

Zak Seidov, Apr 26 2008

Keywords

Comments

Primes in the sequence occur only once.

Examples

			0 = 0^2+5*0^2,
9 = 2^2+5*1^2 = 3^2+5*0^2,
81 = 1^2+5*4^2 = 6^2+5*3^2 = 9^2+5*0^2,
441: {x,y}={6,9},{11,8},{14,7},{19,4},{21,0}.
		

References

  • David A. Cox, "Primes of the Form x^2 + n y^2", Wiley, 1989.

Crossrefs

Cf. A033205.