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.

A264732 Löschian numbers (A003136) which are the sum of 2 nonzero squares.

Original entry on oeis.org

13, 25, 37, 52, 61, 73, 97, 100, 109, 117, 148, 157, 169, 181, 193, 208, 225, 229, 241, 244, 277, 289, 292, 313, 325, 333, 337, 349, 373, 388, 397, 400, 409, 421, 433, 436, 457, 468, 481, 541, 549, 577, 592, 601, 613, 625, 628, 637, 657, 661, 673, 676, 709, 724, 733
Offset: 1

Views

Author

Altug Alkan, Nov 22 2015

Keywords

Comments

n is in the sequence iff 4*n is.
If a(n) is a prime number, a(n) mod 12 = 1.
Prime terms of sequence are listed in A068228 that lists generalized cuban primes (A007645) which are the sum of 2 nonzero squares.
Also positive numbers of the form x^2 - 3*y^2 (A084916) that are the sum of 2 nonzero squares. - Frank M Jackson, Oct 13 2019

Examples

			a(1) = 13 because 13 = 3^2 + 3*1 + 1^2 = 3^2 + 2^2.
a(2) = 25 because 25 = 5^2 + 5*0 + 0^2 = 4^2 + 3^2.
a(3) = 37 because 37 = 4^2 + 4*3 + 3^2 = 6^2 + 1^2.
		

Crossrefs

Programs